jake.app

Module Contents

Classes

JakeCmd

Functions

main(→ None)

Attributes

_SUB_COMMANDS

jake.app._SUB_COMMANDS: Dict[str, jake.command.BaseCommand][source]
class jake.app.JakeCmd(args: argparse.Namespace)[source]
static get_arg_parser() argparse.ArgumentParser[source]
execute() None[source]
_debug_message(message: str) None[source]
_print_jake_header() None[source]

Prints the banner, most of the user facing commands start with this

static _error_and_exit(message: str, exit_code: int = 1) None[source]
jake.app.main() None[source]