ng new
should error on multiple args
#12549
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
Milestone
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
v7.0.0-rc.2
Repro steps
Running
ng new
with extra args doesn't throw an error. This could happen when user forgets to put --directoryShould display an error. Instead it just creates a new directory hello/ and continues without any errors.
Desired functionality
Display error message about extra args
The text was updated successfully, but these errors were encountered: