docopt.hs
docopt.hs copied to clipboard
Prioritize subcommands
Given this cli tool:
Usage:
perspec <file>...
perspec rename <directory>
When I run perspec rename it treats rename as a <file>.
The subcommand should be prioritized.