this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(dl/posts): Use rest parameters

+2 -2
+2 -2
nu621/mod.nu
··· 24 24 id: int 25 25 --force (-f) # Force the post to be re-downloaded 26 26 ] { 27 - download posts [$id] --force=$force 27 + download posts $id --force=$force 28 28 } 29 29 30 30 export def "download posts" [ 31 - ids: list<int> 31 + ...ids: int 32 32 --force (-f) # Force the posts to be re-downloaded 33 33 ] { 34 34 log info "Fetching post metadata"