Skip to content

Commit ca40125

Browse files
alan-agius4clydin
authored andcommitted
fix(@angular/cli): sort commands in help output
1 parent 5b9fe13 commit ca40125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/src/command-builder/command-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const COMMANDS = [
4949
NewCommandModule,
5050
UpdateCommandModule,
5151
RunCommandModule,
52-
];
52+
].sort(); // Will be sorted by class name.
5353

5454
const yargsParser = Parser as unknown as typeof Parser.default;
5555

0 commit comments

Comments
 (0)