mirror of
https://github.com/adulau/mastodon-markdown-archive.git
synced 2024-11-22 01:47:05 +00:00
Update README
This commit is contained in:
parent
f0b7325988
commit
7e9b4aa208
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue