(self)
| 2471 | directory: CliPositionalArg[str] |
| 2472 | |
| 2473 | def cli_cmd(self) -> None: |
| 2474 | self.directory = 'ran Init.cli_cmd' |
| 2475 | |
| 2476 | def alt_cmd(self) -> None: |
| 2477 | self.directory = 'ran Init.alt_cmd' |
nothing calls this directly
no outgoing calls
no test coverage detected