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"),