We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, if a default value is defined on the continuation line, it's not parsed:
Options: --foo=<foo> Blah blah blah blah blah blah blah blah blah [default: something].
Here, something will never be set as default with docopt.coffee while it's okay with the Python implementation.
something
docopt.coffee
The text was updated successfully, but these errors were encountered:
Merge pull request docopt#9 from pdehaan/patch-1
fe66eff
Update license attribute
No branches or pull requests
Currently, if a default value is defined on the continuation line, it's not parsed:
Here,
something
will never be set as default withdocopt.coffee
while it's okay with the Python implementation.The text was updated successfully, but these errors were encountered: