Skip to content
New issue

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

Directory/filename parameters are not listed in -i output #24

Closed
minism opened this issue Jun 10, 2016 · 2 comments
Closed

Directory/filename parameters are not listed in -i output #24

minism opened this issue Jun 10, 2016 · 2 comments
Assignees
Labels

Comments

@minism
Copy link

minism commented Jun 10, 2016

To repro:

  • mkdir /tmp/skeleton
  • touch /tmp/skeleton/${{=foo=}}
  • wisk -i /tmp/skeleton

Expected "foo" to be printed, but is empty instead.

By the way, thanks for the awesome tool. I was frustrated with cookiecutter and was about to build my own. Yours does almost everything I want.

@Knetic Knetic self-assigned this Jun 10, 2016
@Knetic Knetic added the bug label Jun 10, 2016
@Knetic
Copy link
Owner

Knetic commented Jun 10, 2016

Woops! I don't know how I didn't see that, but you're absolutely right. Commit 325d7b2 fixes this.

Glad you're happy with the tool, and that I'm not the only one who wasn't happy with the alternatives :P

If it does "almost" what you want, feel free to submit feature requests or pull requests. I'm always happy to hear ideas about features which might make life easier. 👍

@Knetic Knetic closed this as completed Jun 10, 2016
@minism
Copy link
Author

minism commented Jun 10, 2016

Thanks for the amazingly quick turn-around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants