mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
It's confusing and redundant to use `When true` and `when false` in descriptions for a CLI arguments because specifying false/true is redundant in a command line argument flag and in most cases users will not do it. Example: `--foo=true` is the same as `--foo` `--foo=false` is the same as `--no-foo`