Open kmalaver opened 6 days ago
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 😄
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