From 2bb02dcebac32e6f455d45b7bb660fc132dbbd22 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 26 Mar 2025 15:39:53 -0500 Subject: [PATCH] bug fix ... --- bin/qcms | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/qcms b/bin/qcms index 4403c83..63edcb5 100755 --- a/bin/qcms +++ b/bin/qcms @@ -201,7 +201,6 @@ def load(**_args): return getattr(module,_name) if hasattr(module,_name) else None - @cli.command(name='plugins') def plugin_manager (manifest:Annotated[str,typer.Argument(help="path to manifest file")], show:bool=typer.Option(default=False,help="list plugins loaded"),