jake.command.sbom ================= .. py:module:: jake.command.sbom Attributes ---------- .. autoapisummary:: jake.command.sbom._LATEST_SCHEMA_VERSION jake.command.sbom.ThisTool Classes ------- .. autoapisummary:: jake.command.sbom.SbomCommand Module Contents --------------- .. py:data:: _LATEST_SCHEMA_VERSION .. py:data:: ThisTool .. py:class:: SbomCommand Bases: :py:obj:`jake.command.BaseCommand` Helper class that provides a standard way to create an ABC using inheritance. .. py:method:: handle_args() -> int .. py:method:: get_argument_parser_name() -> str .. py:method:: get_argument_parser_help() -> str .. py:method:: setup_argument_parser(arg_parser: argparse.ArgumentParser) -> None