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