docopt / docopt.c

C-code generator for docopt language.
MIT License
318 stars 46 forks source link

Add support for docopt's [options] shortcut (closes issue #22) #23

Closed AngelEzquerra closed 7 years ago

AngelEzquerra commented 10 years ago

When the [options] shortcut is detected on the usage section, we use the contents of the options section to get the full list of options, rather than just getting those options that are explicitly mentioned on the usage section.

acornejo commented 9 years ago

Why isn't this patch included? The current version of docopt.c seems almost completley useless. It can't even handle display a help screen using --help.