We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
create fuels
Passing arguments to create-fuels via NPM should be prefixed with -- as detailed here.
create-fuels
--
Currently we outline this format:
npm create fuels --npm -c -p -s
However, this should be:
npm create fuels -- --npm -c -p -s
For the arguments parsed and create-fuels to skip the interactive setup.
Arguments not parsed and create-fuels proceeds with the interactive setup.
The text was updated successfully, but these errors were encountered:
petertonysmith94
Successfully merging a pull request may close this issue.
Summary
Passing arguments to
create-fuels
via NPM should be prefixed with--
as detailed here.Currently we outline this format:
However, this should be:
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.The text was updated successfully, but these errors were encountered: