jake.command.sbom

Module Contents

Classes

SbomCommand

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

Attributes

ThisTool

jake.command.sbom.ThisTool[source]
class jake.command.sbom.SbomCommand[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]