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
In the last version the flag --output-dir is not working, the project is generated in the local path
run scaffold new example --output-dir='"./my/custom/path"
scaffold new example --output-dir='"./my/custom/path"
scaffold --version
v0.5.0
The text was updated successfully, but these errors were encountered:
This still works for me, the issue is with your command order I believe. It should be
run scaffold new --output-dir='"./my/custom/path" example
Which is dumb, but it's a limitation of the CLI library I'm using. They've fixed this in v3 which is in pre-release right now.
I'm going to look into migrating to v3 over Christmas when I have some time off and have time for a nice refactor 😄
Sorry, something went wrong.
it was indeed the order, thank you 🙌
No branches or pull requests
First Check
What is the issue you are experiencing?
In the last version the flag --output-dir is not working, the project is generated in the local path
Steps to Reproduce (or failing test case)
run
scaffold new example --output-dir='"./my/custom/path"
Scaffold Version (
scaffold --version
)v0.5.0
The text was updated successfully, but these errors were encountered: