irkerd: Transition from getopt to argparse
authorW. Trevor King <wking@tremily.us>
Fri, 7 Mar 2014 04:21:13 +0000 (20:21 -0800)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 11 Mar 2014 04:47:00 +0000 (00:47 -0400)
commitccd311c519e349e1419c71924eac9a138cd59ada
tree9c9aedb8999e8175238d1c5d7f2e3e8414999307
parentf52ae77db0199703e10101b985ec1ab4af26f288
irkerd: Transition from getopt to argparse

This gives us long options and removes the need to code our own usage
string and choice-base argument processing.  I also removed the blurb
about options from the module docstring, to avoid duplicating
information.
irkerd