hellerbarde / stapler

A small utility making use of the pypdf library to provide a (somewhat) lighter alternative to pdftk
Other
283 stars 53 forks source link

ArgumentParser.get_usage() -> ArgumentParser.print_usage() #65

Closed csingley closed 4 years ago

csingley commented 4 years ago

OptionParser.get_usage() wasn't implemented in the ArgumentParser API. OptionParser.print_usage() was implemented in argparse, so use that.

hellerbarde commented 4 years ago

Thank you very much for your efforts. I have incorporated your changes and tagged and released a new version on PyPi.