()
| 38 | } |
| 39 | |
| 40 | public launchCommands(): string[] { |
| 41 | const commands = [ |
| 42 | ...genDownloadCommands(this.args, ['interpreter-exec console "monitor reset halt"']), |
| 43 | 'interpreter-exec console "monitor reset halt"' |
| 44 | ]; |
| 45 | return commands; |
| 46 | } |
| 47 | |
| 48 | public attachCommands(): string[] { |
| 49 | const commands = [ |
nothing calls this directly
no test coverage detected