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
Trying to escape #51, I tested to see if the --sub-dir could help.
--sub-dir
I tested a very basic template and the following works:
kickstart . -o /tmp
Using --subdir however never worked although I provide a sub dir of the template
--subdir
kickstart . --sub-dir .github -o /tmp
The error is:
Error: The template.toml is missing%
We know the template is not missing and valid since the first test did work fine.
The text was updated successfully, but these errors were encountered:
See the original PR: #23
it's meant to be used when you have multiple templates in a directory so the subdir needs to be a template itself. It needs to be documented though.
Sorry, something went wrong.
I see, I did not expect this requirement indeed.
No branches or pull requests
Trying to escape #51, I tested to see if the
--sub-dir
could help.I tested a very basic template and the following works:
Using
--subdir
however never worked although I provide a sub dir of the templateThe error is:
We know the template is not missing and valid since the first test did work fine.
The text was updated successfully, but these errors were encountered: