(opt: Option)
| 954 | sortOptions: true; |
| 955 | } { |
| 956 | const getOptionSortKey = (opt: Option): string => opt.long?.replace(/^--/, '') ?? opt.short?.replace(/^-/, '') ?? ''; |
| 957 | return Object.assign({ |
| 958 | sortSubcommands: true, |
| 959 | sortOptions: true |
no outgoing calls
no test coverage detected