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

Replace opts by argparse in dumppdf.py #321

Merged
merged 6 commits into from
Oct 27, 2019

Conversation

pietermarsman
Copy link
Member

@pietermarsman pietermarsman commented Oct 27, 2019

Description

Replace opts by argparse in dumppdf.py. This improves the command line functionality with a help prompt and better error handling.

Fixes #175

How Has This Been Tested?

Several tests are in place to test dumppdf.py functionality. That still works.

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the README.md and other documentation, or I am sure that this is not necessary
  • I have added a consice human-readable description of the change to CHANGELOG.md
  • I have added docstrings to newly created methods and classes
  • I have optimized the code at least one time after creating the initial version

@pietermarsman pietermarsman merged commit 6cc78ee into develop Oct 27, 2019
@pietermarsman pietermarsman deleted the replace-opts-by-argparse branch October 30, 2019 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace getopt with Argparse in dumppdf.py
1 participant