-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular/cli): only add --version option on default command
The newly added `--version` option was previously added to all subcommands which can result in a warning being shown if the subcommand was a builder or schematics that also happened to have a `version` option. To support the default `--version` option that displays the actual CLI version, the option is now only added when no subcommand is present. This prevents potential version option overlap. (cherry picked from commit 83ef6a1)
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters