Skip to content

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

Merged
michaelDCurran merged 5 commits intonvaccess:masterfrom
BabbageCom:argparser
Mar 14, 2017
Merged

Switch from optparser to argparser for parsing command line arguments#6865
michaelDCurran merged 5 commits intonvaccess:masterfrom
BabbageCom:argparser

Conversation

@LeonarddeR
Copy link
Copy Markdown
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.

3 participants