[Python-Dev] argparse ugliness (original) (raw)
Robert Kern robert.kern at gmail.com
Mon Mar 8 22:35:46 CET 2010
- Previous message: [Python-Dev] argparse ugliness
- Next message: [Python-Dev] argparse ugliness
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2010-03-08 15:20 PM, Greg Ewing wrote:
Mark Russell wrote:
Boolean flags are a common enough case that I'd be inclined to add a wrapper method,
parser.addboolargument('--plot') +1, this looks good.
I've added it to the argparse bugtracker, along with my suggested spelling add_flag():
http://code.google.com/p/argparse/issues/detail?id=62
-- Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
- Previous message: [Python-Dev] argparse ugliness
- Next message: [Python-Dev] argparse ugliness
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]