| 16 | const good = (message: string) => console.log(`${green('✓')} ${message}`); |
| 17 | |
| 18 | interface CliOptions { |
| 19 | target: TargetId; |
| 20 | client?: ClientId; |
| 21 | output?: string; |
| 22 | harFilePath: string; |
| 23 | options?: any; |
| 24 | } |
| 25 | |
| 26 | export const go = () => |
| 27 | yargs(hideBin(process.argv)) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…