(args: string[])
| 54 | } |
| 55 | |
| 56 | function isWaitConnectedCommand(args: string[]): boolean { |
| 57 | return args[0] === 'wait' && args.includes('--connected'); |
| 58 | } |
| 59 | |
| 60 | function maybePrintRemoteIosWaitHint( |
| 61 | args: string[], |
no outgoing calls
no test coverage detected