jneug / parboil

:rice: Parboil lets you generate boilerplate projects from template files.
MIT License
0 stars 0 forks source link

Setting of prefilled values #10

Closed jneug closed 3 years ago

jneug commented 3 years ago

Currently prefilled values can be loaded from config.json. To allow better integration in custom workflows it would be nice to be able to set prefilled values from the command line to allow runs without user interaction.

Ideas:

jneug commented 3 years ago

-v key value -v key2 value2 should be easy to implement with click with

@click.option( '-v', '--value', multiple=True, nargs=2)