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