Commit e504fc2
committed
bin: bugzilla: Convert to argparse
This causes the following changes
- Drops the man page generation, but I wanted to move off that anyways
- On python2.7, options like '--cc [email protected]' no longer work due
http://bugs.python.org/issue9334 . but it's fixed on python3, and
the workaround is [email protected]
Future work could be converting the code more to argparse style, like
using explicit positional arguments1 parent ee8559a commit e504fc2
4 files changed
Lines changed: 396 additions & 554 deletions
0 commit comments