razorback.cli module
- class razorback.cli.PluginGroup(*args, **kwds)
Bases:
Group- get_command(ctx, name)
Given a context and a command name, this returns a
Commandobject if it exists or returnsNone.
- list_commands(ctx)
Returns a list of subcommand names in the order they should appear.
- razorback.cli.path_action(ctx, target)