mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
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.
Angular CLI - The CLI tool for Angular.
The sources for this package are in the Angular CLI repository. Please file issues and pull requests against that repository.
Usage information and reference details can be found in repository README file.