Series commands

This commit is contained in:
Nathan McCarty 2025-02-09 02:12:14 -05:00
parent 0571a16dab
commit d170a2fccf
3 changed files with 118 additions and 2 deletions

View file

@ -12,4 +12,4 @@ has Str:D $.title is required;
has Str:D $.desc is required;
#| The ids of the posts in the series, in series order
has Int:D @.post-ids = [];
has Int:D @.post-ids is rw = [];