mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
docs: update svg generation with new commands
This commit is contained in:
parent
e6741792ee
commit
8986a436c0
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ CLI_DOC_PATH = DOCS_PATH / "cli.md"
|
|||
[],
|
||||
)
|
||||
).update(
|
||||
{"manage": ["update", "purge", "show", "install"], "cache": ["info", "remove"]},
|
||||
{
|
||||
"manage": ["update", "purge", "show", "install"],
|
||||
"env": ["exe", "info", "remove"],
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue