Update README

This commit is contained in:
Gabriel Garrido 2024-05-18 23:48:30 +02:00
parent f0b7325988
commit 7e9b4aa208

View file

@ -24,7 +24,7 @@ Usage of mastodon-markdown-archive:
-exclude-replies -exclude-replies
Whether or not exclude replies to other users Whether or not exclude replies to other users
-limit int -limit int
Maximum number of posts to fetch (default 40) Maximum number of posts to fetch (default 40, maximum 40)
-max-id string -max-id string
Fetch posts lesser than this id Fetch posts lesser than this id
-min-id string -min-id string
@ -37,6 +37,8 @@ Usage of mastodon-markdown-archive:
Fetch posts greater than this id Fetch posts greater than this id
-template string -template string
Template to use for post rendering, if passed Template to use for post rendering, if passed
-threaded
Thread replies for a post in a single file (default true)
-user string -user string
URL of User's Mastodon account whose toots will be fetched URL of User's Mastodon account whose toots will be fetched
``` ```