(args: string[], flag: string)
| 760 | } |
| 761 | |
| 762 | function hasFlag(args: string[], flag: string): boolean { |
| 763 | return args.includes(flag); |
| 764 | } |
| 765 | |
| 766 | export interface GlobalFlags { |
| 767 | /** Cleaned argv with --proxy/--headed stripped out. */ |
no outgoing calls
no test coverage detected