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