bug fix ...

pull/22/head
Steve Nyemba 2 months ago
parent f9d39314f4
commit 2bb02dceba

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

Loading…
Cancel
Save