Update checked-in dependencies
This commit is contained in:
parent
25fef55830
commit
5fee2f2ed7
8 changed files with 337 additions and 587 deletions
1
node_modules/commander/lib/help.js
generated
vendored
1
node_modules/commander/lib/help.js
generated
vendored
|
|
@ -38,6 +38,7 @@ class Help {
|
|||
}
|
||||
if (this.sortSubcommands) {
|
||||
visibleCommands.sort((a, b) => {
|
||||
// @ts-ignore: overloaded return type
|
||||
return a.name().localeCompare(b.name());
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue