* Set the custom handler for processing CLI option arguments into option values. * * @param {Function} [fn] * @return {Option}
(fn)
| 130 | */ |
| 131 | |
| 132 | argParser(fn) { |
| 133 | this.parseArg = fn; |
| 134 | return this; |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * Whether the option is mandatory and must have a value after parsing. |
no outgoing calls
no test coverage detected