mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-13 20:47:53 -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(
|
).update(
|
||||||
{"manage": ["update", "purge", "show", "install"], "cache": ["info", "remove"]},
|
{
|
||||||
|
"manage": ["update", "purge", "show", "install"],
|
||||||
|
"env": ["exe", "info", "remove"],
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue