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 eric.araujo
Recipients andybuckley, bethard, eric.araujo, gruszczy, r.david.murray, wplappert
Date 2010-04-21.18:06:01
SpamBayes Score 0.0037407381
Marked as misclassified No
Message-id <1271873163.34.0.0108711204216.issue4256@psf.upfronthosting.co.za>
In-reply-to
Content
Hello

Here’s another approach, which has to be used explicitly but provides much more flexible completion: http://pypi.python.org/pypi/optcomplete

I ask the author some time ago if he’d adapt it to argparse; he answered he wouldn’t have time but it shouldn’t be too hard. It’s 221 lines of code (according to sloccount), perhaps worth merging into argparse.

Regards
History
Date User Action Args
2010-04-21 18:06:03eric.araujosetrecipients: + eric.araujo, bethard, wplappert, andybuckley, r.david.murray, gruszczy
2010-04-21 18:06:03eric.araujosetmessageid: <1271873163.34.0.0108711204216.issue4256@psf.upfronthosting.co.za>
2010-04-21 18:06:01eric.araujolinkissue4256 messages
2010-04-21 18:06:01eric.araujocreate