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

Required value no longer treated as option #763

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

carstencodes
Copy link

Missing required values will be now longer treated as options.

Hence the error message will be clarified to the positional arguments.

This compares to option 3 from #755 .

Carsten Igel added 3 commits June 16, 2021 20:21
A required value, i.e. a positional argument, can be missing.
The error message should reflect this issue.
The tests have been adjusted. The command line positional arguments
will raise a different error.
This is semantically a breaking change.
@carstencodes carstencodes changed the base branch from master to develop August 3, 2021 12:11
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.

None yet

1 participant