class watex.cli.PluginGroup(*args, **kwds)[source]#

Bases: Group

get_command(ctx, name)[source]#

Given a context and a command name, this returns a Command object if it exists or returns None.

list_commands(ctx)[source]#

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