Closed abhishekmmgn closed 2 months ago
@abhishekmmgn I talked to @Shridhad and we think it'd be a good idea to try using Yarg's strict
feature:
https://yargs.js.org/docs/#api-reference-strictenabledtrue
What do you think? Want to give that a spin and see how it works?
This PR fixes issue #254 .
Before-
➜ : neonctl create-app name ERROR: Unknown command: name ➜ : What is your project named? › my-app%
After- ➜ : node dist create-app my-app
ERROR: Unknown command: my-app ➜ :