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

Allow multiple template-target pairings to be specified on the command-line #11

Open
bbugyi200 opened this issue Nov 29, 2018 · 1 comment

Comments

@bbugyi200
Copy link
Owner

bbugyi200 commented Nov 29, 2018

For example, running cookie -T c.mk Makefile -T gtest.mk tests/Makefile should initialize the two templates Makefile and tests/Makefile and open them both up in an editor.

When #16 is finished, the above example command would instead look like this:

cookie c.mk:Makefile gtest.mk:tests/Makefile
@bbugyi200 bbugyi200 changed the title Allow multiple instances of '-T' and 'TARGET' arguments Allow multiple template-target pairings Nov 29, 2018
@bbugyi200 bbugyi200 changed the title Allow multiple template-target pairings Allow multiple template-target pairings to be specified on the command-line Nov 29, 2018
@bbugyi200
Copy link
Owner Author

Depends: #16

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

No branches or pull requests

1 participant