command\_creator.Command ======================== .. currentmodule:: command_creator .. autoclass:: Command :members: :private-members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Command.__call__ ~Command.__post_init__ ~Command.__init__ ~Command.create_parser ~Command.execute ~Command.from_args ~Command.parse_args .. rubric:: Attributes .. autosummary:: ~Command.cmd_name ~Command.sub_commands ~Command.sub_command .. automethod:: __call__ .. automethod:: __post_init__