(command: string)
| 353 | } |
| 354 | |
| 355 | function normalizeCommandAlias(command: string): string { |
| 356 | if (command === 'long-press') return 'longpress'; |
| 357 | if (command === 'metrics') return 'perf'; |
| 358 | return command; |
| 359 | } |
no outgoing calls
no test coverage detected