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

Switch from optparser to argparser for parsing command line arguments #6865

Merged
merged 5 commits into from Mar 14, 2017

Conversation

LeonarddeR
Copy link
Collaborator

As stated in the optparser documentation, this module is deprecated in favour of argparser. It was an easy switch, as argparser is mostly backwards compatible except for some method name changes. Also, it is now possible to implement mutual exclusivity for some args, so it is not longer possible to combine -r and -q or --install and --install-silent options.

michaelDCurran added a commit that referenced this pull request Feb 15, 2017
@michaelDCurran michaelDCurran merged commit 8c52923 into nvaccess:master Mar 14, 2017
@nvaccessAuto nvaccessAuto added this to the 2017.2 milestone Mar 14, 2017
@LeonarddeR LeonarddeR deleted the argparser branch May 18, 2017 11:35
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

3 participants