13 Mar
2016
13 Mar
'16
12:43 p.m.
Hi all, Is it possible to store context command line arguments into lua variables? I found http://wiki.contextgarden.net/Command/getdocumentargument but it only prints the argument. I can not store it for further processing. What I would like to do is something like this: -- start of the example something = context.getcommandlineargument("ARG1") -- doesn't exist -- make some tests here to check if 'something' has the right syntax context.startdocument{title = something} context.input("knuth") context.stopdocument() -- end of the example Then, one has just to launch: $ context file.cld --ARG1="My first title" Thanks in advance. -- Romain Diss