Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cli argument parsing seems broken #2111

Closed
serkonda7 opened this issue Nov 12, 2023 · 2 comments · Fixed by #2113
Closed

Cli argument parsing seems broken #2111

serkonda7 opened this issue Nov 12, 2023 · 2 comments · Fixed by #2113

Comments

@serkonda7
Copy link

The following command leads to an error. However the order, flags and arguments match the required scheme.

npx create-near-app my-app --contract ts --frontend vanilla --tests ts
Arguments error
Run npx create-near-app without arguments, or use:
npx create-near-app <projectName> --frontend next|vanilla|none --contract rs|ts|none --tests rs|ts|none
@gagdiez
Copy link
Collaborator

gagdiez commented Nov 16, 2023

Nice catch, addressed by #2113

@gagdiez gagdiez linked a pull request Nov 16, 2023 that will close this issue
@serkonda7
Copy link
Author

Thanks. The error is clear now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants