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

Commits on Feb 8, 2017

  1. Copy the full SHA
    63ac53a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Added mutual exclusivity functionality to some command line arguments…

    … as well as added choices for log level
    Leonard de Ruijter committed Feb 9, 2017
    Copy the full SHA
    f800e36 View commit details
    Browse the repository at this point in the history
  2. Added globalVars.appArgsExtra to allow additional arguments to be par…

    …sed by add-ons or plugins.
    Leonard de Ruijter committed Feb 9, 2017
    Copy the full SHA
    846583f View commit details
    Browse the repository at this point in the history
  3. Updated copyright line for main.pyw

    Leonard de Ruijter committed Feb 9, 2017
    Copy the full SHA
    4bd8d86 View commit details
    Browse the repository at this point in the history
  4. Fixed printing of usage in case of errors

    Leonard de Ruijter committed Feb 9, 2017
    Copy the full SHA
    ec0a19a View commit details
    Browse the repository at this point in the history