You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
bbugyi200
changed the title
Allow multiple instances of '-T' and 'TARGET' arguments
Allow multiple template-target pairings
Nov 29, 2018
bbugyi200
changed the title
Allow multiple template-target pairings
Allow multiple template-target pairings to be specified on the command-line
Nov 29, 2018
For example, runningcookie -T c.mk Makefile -T gtest.mk tests/Makefile
should initialize the two templatesMakefile
andtests/Makefile
and open them both up in an editor.When #16 is finished, the above example command would instead look like this:
The text was updated successfully, but these errors were encountered: