diff --git a/src/pkgmgr/cli/dispatch.py b/src/pkgmgr/cli/dispatch.py index f42c555..285c826 100644 --- a/src/pkgmgr/cli/dispatch.py +++ b/src/pkgmgr/cli/dispatch.py @@ -129,7 +129,6 @@ def dispatch_command(args, ctx: CLIContext) -> None: # ------------------------------------------------------------------ # if args.command in ( "install", - "update", "deinstall", "delete", "status",