-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Customer ReportedBugs reported by customersBugs reported by customersbugSomething isn't workingSomething isn't working
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.
Metadata
Metadata
Assignees
Labels
Customer ReportedBugs reported by customersBugs reported by customersbugSomething isn't workingSomething isn't working