groupΒΆ
-
Cli.group(*args, **kwargs) A shortcut decorator for declaring and attaching a group to the group. This takes the same arguments as
group()but immediately registers the created command with this instance by calling intoadd_command().
Cli.group(*args, **kwargs)A shortcut decorator for declaring and attaching a group to
the group. This takes the same arguments as group() but
immediately registers the created command with this instance by
calling into add_command().