Open
Description
Hi,
thanks for your nice work.
I have an issue when I declare my arguments as follows:
-f --format (output format)
-o --output (output file, - is supported for using stdout)
input-file (input file, - is supported for stdin)
But when I run my app as follows,
app -f json -o - input.file
then - is used as input-file and input.file is bound to -o.
This is rather unexpected.