class documentation
class SuperCommand(Command):
Known subclasses: dulwich.cli.cmd_bisect, dulwich.cli.cmd_notes, dulwich.cli.cmd_remote, dulwich.cli.cmd_replace, dulwich.cli.cmd_sparse_checkout, dulwich.cli.cmd_stash, dulwich.cli.cmd_submodule, dulwich.cli.cmd_subtree, dulwich.cli.cmd_worktree
Base class for commands that have subcommands.
| Method | run |
Execute the subcommand command. |
| Class Variable | default |
Undocumented |
| Class Variable | subcommands |
Undocumented |