This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jamadagni
Recipients bethard, gotgenes, jamadagni, micktwomey, paul.j3
Date 2014-02-28.16:21:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393604461.0.0.87582177378.issue10984@psf.upfronthosting.co.za>
In-reply-to
Content
I also wish to see argparse allowing me to define a group of arguments that conflict with another argument or another group of arguments and FWIW I feel the help output should be like:

prog [ --conflicter | [ --opt1 ] [ --opt2 ] ]

where --conflicter conflicts with --opt1 and --opt2 but those two don't conflict with each other and all are optional.
History
Date User Action Args
2014-02-28 16:21:01jamadagnisetrecipients: + jamadagni, bethard, gotgenes, micktwomey, paul.j3
2014-02-28 16:21:01jamadagnisetmessageid: <1393604461.0.0.87582177378.issue10984@psf.upfronthosting.co.za>
2014-02-28 16:21:00jamadagnilinkissue10984 messages
2014-02-28 16:21:00jamadagnicreate