-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docopt.c does not support docopt's [options] shortcut #22
Comments
Unfortunately |
AngelEzquerra
added a commit
to AngelEzquerra/docopt.c
that referenced
this issue
Feb 14, 2014
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.
rkday
pushed a commit
to rkday/docopt.c
that referenced
this issue
Apr 24, 2016
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.
rkday
pushed a commit
to rkday/docopt.c
that referenced
this issue
Apr 24, 2016
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docopt documentation says:
However, it seems that docopt.c ignores this shortcut. It would be really nice if it didn't.
The text was updated successfully, but these errors were encountered: