feat: Improve admin command reference generation
- Change xtasks to use `clap` for argument parsing - Generate admin command reference manually instead of with `clap_markdown` - Split admin command reference into multiple files
This commit is contained in:
parent
60dd6baffd
commit
89be9d1efc
31 changed files with 1297 additions and 5822 deletions
16
docs/reference/admin/token.md
Normal file
16
docs/reference/admin/token.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# `!admin token`
|
||||
|
||||
- Commands for managing registration tokens
|
||||
|
||||
|
||||
## `!admin token issue`
|
||||
|
||||
- Issue a new registration token
|
||||
|
||||
## `!admin token revoke`
|
||||
|
||||
- Revoke a registration token
|
||||
|
||||
## `!admin token list`
|
||||
|
||||
- List all registration tokens
|
||||
Loading…
Add table
Add a link
Reference in a new issue