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

Argument parser mode for rejecting long options #127

Merged
merged 4 commits into from
Jan 4, 2022

Conversation

magicant
Copy link
Owner

Previously, the argument parser always accepted long options if defined in option specs. This pull request disables that behavior. Long options are now parsed only if enabled by Mode.

@magicant magicant self-assigned this Dec 30, 2021
@magicant magicant added this to In progress in Main via automation Dec 30, 2021
UnsupportedLongOption provides not only the field but also the option
spec.
@magicant magicant merged commit 19e6763 into master Jan 4, 2022
Main automation moved this from In progress to Done Jan 4, 2022
@magicant magicant deleted the mode_for_long_options branch January 4, 2022 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Main
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant