(value: string)
| 1735 | }, |
| 1736 | onNonEmpty: (head, tail) => { |
| 1737 | const normalize = (value: string) => InternalCliConfig.normalizeCase(config, value) |
| 1738 | const normalizedHead = normalize(head) |
| 1739 | const normalizedNames = Arr.map(getNames(self), (name) => normalize(name)) |
| 1740 |