Closed ethansocal closed 5 months ago
Interesting. This looks to be a side effect of commander. I checked with my @ogma/cli
package which uses commander
under the hood, and got the same immediate help
output as if I had passed the --help
flag
that help message is displayed after calling this line
but that is not related to our side.
The commander
version we're using is too old but as Jay said, this happens in the latest version of commander as well :thinking:
Should we create a corresponding issue in the commander repository?
Is there an existing issue for this?
Current behavior
Creating a project named help doesn't work. Instead, the following is outputted with no prompt for input at all:
Minimum reproduction code
N/A
Steps to reproduce
nest new help
Expected behavior
A new project named
help
should be created.Package version
10.1.8
NestJS version
No response
Node.js version
No response
In which operating systems have you tested?
Other
No response