Closed ccremer closed 3 years ago
Hi @ccremer and thanks for the nice suggestion. I'll put it on my todo-list (if you don't want to do a PR and add this excellent idea!)
Cheers, Mario :)
@ccremer I've added support for --templatedir in v0.4.0 (see release notes / README.md).
Cheers, Mario :)
Cool, many thanks :) I'll try it out when I get some spare time.
Currently, each template override has to be explicitly configured with
--overrides name=file
, e.g.But it would be helpful if we can specify a template directory, and use the file basename as the name for
*.tpl
files, e.g.A file named
var.tpl
would provide a name for thevar
template (compare withvar=...
above)at the moment, I have to construct each individual argument like this:
which works, but isn't exactly pretty