14 May
2019
14 May
'19
7:58 a.m.
Hi, Currently it is possible to process a file with an external environment file specified via the command line. ``` context file --environment=mydefs ``` Very nice. Is it possible to process multiple files from the command line without a master document? Like so: ``` context file1 file2 file3 --environment=mydefs ``` Or should I just use `cat file1 file2 file3 > file` before processing? Best, Denis