Tthe following usage is not parsed correctly: ``` Usage: main.jl --files <fnames>... --outputdir <outdir> ``` I had to flip the order to make it work: ``` Usage: main.jl --outputdir <outdir> --files <fnames>... ```