Closed GoogleCodeExporter closed 8 years ago
Note that your 'pos-arg1' is actually the dest= argument, so just like for
optionals, this is interpreted as the exact name to use. If you want something
to display as 'pos-arg1' and be stored as 'pos_arg1', you should use
add_argument('pos_arg1', metavar='pos-arg1').
Original comment by steven.b...@gmail.com
on 23 Jul 2010 at 1:18
Original issue reported on code.google.com by
jeetsukumaran
on 12 Mar 2010 at 12:45