(self)
| 2491 | init: CliSubCommand[Init] |
| 2492 | |
| 2493 | def cli_cmd(self) -> None: |
| 2494 | CliApp.run_subcommand(self) |
| 2495 | |
| 2496 | def alt_cmd(self) -> None: |
| 2497 | CliApp.run_subcommand(self, cli_cmd_method_name='alt_cmd') |
nothing calls this directly
no test coverage detected