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
reported in docopts (shell wrapper) docopt/docopts#17
I made a go example to reproduce the behavior:
https://github.com/Sylvain303/docopts/blob/debug-issues/issues/17-Empty-error-without-mandatory-argument/atest.go
$ go run atest.go my error: Usage: atest.sh <arg> atest.sh ( -h | --help ) atest.sh ( -V | --version ) exit status 1
Would it be possible to have help full error in err when receiving it in error Handler:
err
https://github.com/Sylvain303/docopts/blob/debug-issues/issues/17-Empty-error-without-mandatory-argument/atest.go#L41
The text was updated successfully, but these errors were encountered:
No branches or pull requests
reported in docopts (shell wrapper) docopt/docopts#17
I made a go example to reproduce the behavior:
https://github.com/Sylvain303/docopts/blob/debug-issues/issues/17-Empty-error-without-mandatory-argument/atest.go
Would it be possible to have help full error in
err
when receiving it in error Handler:https://github.com/Sylvain303/docopts/blob/debug-issues/issues/17-Empty-error-without-mandatory-argument/atest.go#L41
The text was updated successfully, but these errors were encountered: