mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
fix: remove deprecated command from docs
This commit is contained in:
parent
64d55811a2
commit
323a194ff0
2 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ CLI_DOC_PATH = DOCS_PATH / "cli.md"
|
|||
cmds := dict.fromkeys(
|
||||
(
|
||||
"list",
|
||||
"exe",
|
||||
"manage",
|
||||
"freeze",
|
||||
"shim",
|
||||
|
|
|
@ -53,7 +53,7 @@ from typing import (
|
|||
Union,
|
||||
)
|
||||
|
||||
__version__ = "2023.1003"
|
||||
__version__ = "2023.1003-dev"
|
||||
|
||||
|
||||
class Spinner:
|
||||
|
|
Loading…
Reference in a new issue