Hello! I saw “-script-templates” compiler option t...
# scripting
d
Hello! I saw “-script-templates” compiler option to define the template. But why I could define a list of templates, as only one definition could be used for customization? Thanks
i
There could be two scenarios, when multiple different scripts are compiled simultaneously. • when you compile scripts as/along regular sources, without using
-script
command line option. • when you importing scripts into one another Both situations are quite exotic and require sophisticated setup, so for the practical reasons you can consider it to accept a single definition/template.
d
@ilya.chernikov , thank you for the answer!