(opt: Option)
| 892 | sortOptions: true; |
| 893 | } { |
| 894 | const getOptionSortKey = (opt: Option): string => opt.long?.replace(/^--/, '') ?? opt.short?.replace(/^-/, '') ?? ''; |
| 895 | return Object.assign({ |
| 896 | sortSubcommands: true, |
| 897 | sortOptions: true |
no outgoing calls
no test coverage detected