huntzhan / clidoc

Prove Of Conecept Fork Of Docopt.
MIT License
7 stars 1 forks source link

Process bound optional argument. #42

Closed huntzhan closed 9 years ago

huntzhan commented 9 years ago
Usage:
  example -f [<arg>]
Options:
  -f <arg> [default: "42"]

Currently, -f is required to consume an option.