Closed parnmatt closed 8 years ago
optparse, (and the newer argparse,) allow for both short and long options, for verbosity, e.g., -p isn't obvious.
optparse
argparse
-p
-p, --update ?? -u, --username -t, --token etc.
--update
-u
--username
-t
--token
Applied in #142
optparse
, (and the newerargparse
,) allow for both short and long options, for verbosity, e.g.,-p
isn't obvious.-p
,--update
??-u
,--username
-t
,--token
etc.