[parser] combining aliases in ng new don't work #16614
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: ....Yes - I can't recall when it worked last though
Description
A clear and concise description of the problem...When combining multiple aliases such as -s and -t, they don't all work. It seems only the first one is applied.
🔬 Minimal Reproduction
🔥 Exception or Error
Notice the output (reduced to show the component only)
This should have created
app.component.ts
and the spec, only.But if I use the command
ng new app01 --style scss -s -t --routing -d
I do get the desired outcome (because they are separatedThe text was updated successfully, but these errors were encountered: