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 mgodinho
Recipients mgodinho
Date 2012-01-18.19:23:54
SpamBayes Score 0.00019784816
Marked as misclassified No
Message-id <1326914635.35.0.671947933448.issue13818@psf.upfronthosting.co.za>
In-reply-to
Content
Adding a 'required optional argument' as with:
```
app.add_argument('--dbsnp', required=True)
```

will still result on having that argument listed under the optional when the app is called with the help option (-h)

Please note that the usage line is rendered ok (no square brackets around the 'required optional argument').
History
Date User Action Args
2012-01-18 19:23:55mgodinhosetrecipients: + mgodinho
2012-01-18 19:23:55mgodinhosetmessageid: <1326914635.35.0.671947933448.issue13818@psf.upfronthosting.co.za>
2012-01-18 19:23:54mgodinholinkissue13818 messages
2012-01-18 19:23:54mgodinhocreate