Update tootctl documentation to add missing argument on account - prune (#1405)

Added tootctl accounts prune help info
This commit is contained in:
Ophélien DUPARC 2024-02-20 16:07:08 +01:00 committed by GitHub
parent 3eea2e8800
commit 1d8f602210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -343,6 +343,23 @@ Approve new registrations when instance is in approval mode.
---
### `tootctl accounts prune` {#accounts-prune}
Prune remote accounts that never interacted with local users
`--concurrency N`
: The number of workers to use for this task. Defaults to N=5.
`--dry-run`
: Print expected results only, without performing any actions.
**Version history:**\
2.8.0 - added
---
## Cache CLI {#cache}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/lib/mastodon/cli/cache.rb" caption="lib/mastodon/cli/cache.rb" >}}