shakna-israel / docbuilder

Build Python Technical Documentation from Literate Programming Programs
http://docbuilder.rtfd.org
MIT License
1 stars 0 forks source link

Adopt Argparse #45

Closed shakna-israel closed 9 years ago

shakna-israel commented 9 years ago

Manually managing the command-line arguments is utter hell.

Adopting argparse, which is in the stdlib, should make everything smoother, and easier to solve.