You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also the same issue seems to affect at least some other commands, e.g.
$ nest new a b c
⚡ We will scaffold your app in a few seconds..
CREATE a/.eslintrc.js (631 bytes)
CREATE a/.prettierrc (51 bytes)
CREATE a/README.md (3339 bytes)
CREATE a/nest-cli.json (64 bytes)
...
Pipeliner
changed the title
Generators silently ignore extra command line arguments
CLI commands silently ignore extra command line arguments
Feb 10, 2022
Is there an existing issue for this?
Current behavior
Running
nest g resource aa bb cc dd ee
createsaa
resource inbb
folder, silently ignoring trailing arguments.Minimum reproduction code
https://gist.github.com/Pipeliner/bdbdb1a0813ce3fe14ae0c5a35c158ed
Steps to reproduce
No response
Expected behavior
An error message and non-zero return code.
Package version
8.2.0
NestJS version
8.2.6
Node.js version
No response
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: