(self)
| 2474 | self.directory = 'ran Init.cli_cmd' |
| 2475 | |
| 2476 | def alt_cmd(self) -> None: |
| 2477 | self.directory = 'ran Init.alt_cmd' |
| 2478 | |
| 2479 | class Clone(BaseModel): |
| 2480 | repository: CliPositionalArg[str] |
nothing calls this directly
no outgoing calls
no test coverage detected