| 460 | const cmd = 'foo'; |
| 461 | const desc = "i'm not feeling very creative at the moment"; |
| 462 | const builder = yargs => yargs; |
| 463 | |
| 464 | const y = yargs([]).command(cmd, desc, builder); |
| 465 | const handlers = y |
nothing calls this directly
no test coverage detected
searching dependent graphs…