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( cmds := dict.fromkeys(
( (
"list", "list",
"exe",
"manage", "manage",
"freeze", "freeze",
"shim", "shim",

View file

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