example input-file.py does offer --infile option, but does not use it
Tool to parse the command line and configuration files.
Brought to you by:
fschaef
The input-file.py in the example folder reports among others --infile as option when called with -h flag. This option will not be evaluated.
Proposed solution: make use of the --infile option, see attachment
Anonymous