14 Apr
2020
14 Apr
'20
9:16 a.m.
Hi Gerben, What you want is quite easy to do since you are using lua already. Try this: % context --whatever=green test with test.tex: \starttext \startluacode table.print(environment.arguments) \stopluacode \stoptext everything from the command line ends up in environment.arguments. Best wishes, Taco