mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2025-02-11 05:03:11 +01:00
![Cathal Garvey](/assets/img/avatar_default.png)
As python 2.6 was already commented as a potential environment, there seemed little reason to not use Argparse rather than a sys.argv popping system; argparse offers automatically generated usage documentation and can offer useful errors when input is incorrect. The "with" context statement is also highly excellent and should be used wherever legacy support for old-timers using 2.6 is not needed.