jake.command.config

Module Contents

Classes

ConfigCommand

Helper class that provides a standard way to create an ABC using

class jake.command.config.ConfigCommand[source]

Bases: jake.command.BaseCommand

Helper class that provides a standard way to create an ABC using inheritance.

handle_args() int[source]
get_argument_parser_name() str[source]
get_argument_parser_help() str[source]
setup_argument_parser(arg_parser: argparse.ArgumentParser) None[source]