Skip to content
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

Expose DocoptExit exception in the __all__ #8

Merged
merged 1 commit into from
Feb 19, 2021

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Dec 17, 2019

Let users to raise DocoptExit from their code to indicate an error in the arguments.
This is often required when arguments need to go through additional validation

Let users to raise DocoptExit from their code to indicate an error in the arguments.
This is often required when arguments need to go through additional validation
@codecov-io
Copy link

codecov-io commented Dec 17, 2019

Codecov Report

Merging #8 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #8   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         490    490           
=====================================
  Hits          490    490
Impacted Files Coverage Δ
docopt.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bbed40a...bacbe24. Read the comment docs.

@itdaniher itdaniher merged commit 0b3d06c into jazzband:master Feb 19, 2021
@itdaniher
Copy link
Contributor

Thanks so much!

@nyurik nyurik deleted the patch-1 branch February 19, 2021 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants