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
First off, great project! It really solves a problem for me.
Is there a way/could there be a way to use the files within the set directory option without adding the directory itself?
directory
I have this to begin my template.toml:
name = "Kickstart" description = "example" kickstart_version = 1 directory = "template_root"
However, when i use this template, I get a ./template_root when I really just expected the files in ./template_root
./template_root
The text was updated successfully, but these errors were encountered:
I think it makes sense? I would need to re-familiarize myself with this codebase, I haven't used it in ages and is probably due for some refresh
Sorry, something went wrong.
No branches or pull requests
First off, great project! It really solves a problem for me.
Is there a way/could there be a way to use the files within the set
directory
option without adding the directory itself?I have this to begin my template.toml:
However, when i use this template, I get a
./template_root
when I really just expected the files in./template_root
The text was updated successfully, but these errors were encountered: