(target: str)
| 14 | |
| 15 | |
| 16 | def run_remote_mode(target: str) -> RuntimeModeReport: |
| 17 | return RuntimeModeReport('remote', True, f'Remote control placeholder prepared for {target}') |
| 18 | |
| 19 | |
| 20 | def run_ssh_mode(target: str) -> RuntimeModeReport: |
no test coverage detected