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

Passing arguments to create fuels via NPM #2371

Closed
petertonysmith94 opened this issue May 22, 2024 · 0 comments · Fixed by #2563
Closed

Passing arguments to create fuels via NPM #2371

petertonysmith94 opened this issue May 22, 2024 · 0 comments · Fixed by #2563
Assignees
Labels
bug Issue is a bug
Milestone

Comments

@petertonysmith94
Copy link
Contributor

Summary

Passing arguments to create-fuels via NPM should be prefixed with -- as detailed here.

Currently we outline this format:

npm create fuels --npm -c -p -s

However, this should be:

npm create fuels -- --npm -c -p -s

Expected

For the arguments parsed and create-fuels to skip the interactive setup.

Actual

Arguments not parsed and create-fuels proceeds with the interactive setup.

@petertonysmith94 petertonysmith94 added the bug Issue is a bug label May 22, 2024
@arboleya arboleya added this to the Mainnet milestone Jun 9, 2024
@arboleya arboleya added p1 and removed mainnet labels Jun 9, 2024
@petertonysmith94 petertonysmith94 self-assigned this Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants