this repo has no description
0
fork

Configure Feed

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

feat(dl): Download single post

+7
+7
nu621/mod.nu
··· 20 20 download posts --force=$force $pool.post_ids 21 21 } 22 22 23 + export def "download post" [ 24 + id: int 25 + --force (-f) # Force the post to be re-downloaded 26 + ] { 27 + download posts [$id] --force=$force 28 + } 29 + 23 30 export def "download posts" [ 24 31 ids: list<int> 25 32 --force (-f) # Force the posts to be re-downloaded