choppa.cli package

Submodules

choppa.cli.cli module

choppa.cli.utils module

class choppa.cli.utils.SpecialHelpOrder(*args, **kwargs)[source]

Bases: Group

command(*args, **kwargs)[source]

Behaves the same as click.Group.command() except capture a priority for listing command names in help.

get_help(ctx)[source]

Formats the help into a string and returns it.

Calls format_help() internally.

list_commands_for_help(ctx)[source]

reorder the list of commands when listing the help

Module contents