docopt / docopt.go

A command-line arguments parser that will make you smile.
http://docopt.org/
MIT License
1.43k stars 108 forks source link

Shorten Arguments and Flags till they are no longer ambiguous #63

Closed varun1729 closed 4 years ago

varun1729 commented 6 years ago

Docopt.go currently does not allow uses to supply short-forms of arguments that unambiguously target one command or flag Is this a missing feature? If so I am happy to contribute and make this possible.