mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
If a flag is followed by an equal sign, just treat it as a long name. So the example above would translate to --a=value, while -abc=123 would be "-a -b -c=123". Fixes #12308