Closed mosanger closed 7 years ago
according to docs a template can by used by using the -t option. the script tries to read out a template argument.
template
So I adjusted the code to use both, either --template=classic or -t classic
--template=classic
-t classic
also a bit of refactoring to startTemplateGenerator with a given template...
according to docs a template can by used by using the -t option. the script tries to read out a
template
argument.So I adjusted the code to use both, either
--template=classic
or-t classic
also a bit of refactoring to startTemplateGenerator with a given template...