- 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
12 lines
195 B
JSON
12 lines
195 B
JSON
[
|
|
{
|
|
"type": "file",
|
|
"name": "config",
|
|
"label": "Configuration"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"name": "admin",
|
|
"label": "Admin Commands"
|
|
}
|
|
]
|