fix: remove deprecated command from docs

This commit is contained in:
Daylin Morgan 2023-10-16 13:48:41 -05:00
parent 64d55811a2
commit 323a194ff0
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ CLI_DOC_PATH = DOCS_PATH / "cli.md"
cmds := dict.fromkeys(
(
"list",
"exe",
"manage",
"freeze",
"shim",

View File

@ -53,7 +53,7 @@ from typing import (
Union,
)
__version__ = "2023.1003"
__version__ = "2023.1003-dev"
class Spinner: