(option)
| 551 | this.registerOptions(); |
| 552 | |
| 553 | let assembleAndValidateOption = function (option) { |
| 554 | return this.assignOption(option, parsedOptions, commandOptions); |
| 555 | }; |
| 556 | |
| 557 | let validateParsed = function (key) { |
| 558 | // ignore 'argv', 'h', and 'help' |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…