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