(opt: Option)
| 898 | sortOptions: true; |
| 899 | } { |
| 900 | const getOptionSortKey = (opt: Option): string => opt.long?.replace(/^--/, '') ?? opt.short?.replace(/^-/, '') ?? ''; |
| 901 | return Object.assign({ |
| 902 | sortSubcommands: true, |
| 903 | sortOptions: true |
no outgoing calls
no test coverage detected