[Python-Dev] Python 2.7b1 and argparse's version action (original) (raw)
Barry Warsaw barry at python.org
Mon Apr 19 04:19:46 CEST 2010
- Previous message: [Python-Dev] Python 2.7b1 and argparse's version action
- Next message: [Python-Dev] Python 2.7b1 and argparse's version action
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Apr 18, 2010, at 07:30 PM, Eric Smith wrote:
Steven Bethard wrote:
By the way, we could simplify the typical addargument usage by adding "show program's version number and exit" as the default help for the 'version' action. Then you should just write:
parser.addargument('--version', action='version', version='') I like this the best. I don't like argparse adding arguments for me.
I concur. This gives me all the flexibility I need to make my programs accept exactly the arguments I want and print exactly the information I want to present.
-Barry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20100418/a971920c/attachment.pgp>
- Previous message: [Python-Dev] Python 2.7b1 and argparse's version action
- Next message: [Python-Dev] Python 2.7b1 and argparse's version action
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]