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 Command object if it exists or returns None.

list_commands(ctx)

Returns a list of subcommand names in the order they should appear.

razorback.cli.path_action(ctx, target)