docs: update svg generation with new commands

This commit is contained in:
Daylin Morgan 2023-10-07 16:41:23 -05:00
parent e6741792ee
commit 8986a436c0
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 4 additions and 1 deletions

View File

@ -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"],
},
)