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 techtonik
Recipients bethard, python-dev, sandro.tosi, techtonik
Date 2011-03-26.11:14:36
SpamBayes Score 2.6121393e-07
Marked as misclassified No
Message-id <AANLkTikFVqAD_pys1sHatshSEUDBaPXeUBs+X1i1R3rs@mail.gmail.com>
In-reply-to <1301134813.4.0.909666638413.issue7284@psf.upfronthosting.co.za>
Content
On Sat, Mar 26, 2011 at 12:20 PM, Steven Bethard <report@bugs.python.org> wrote:
>
> I see though that vi puts the full name and version before the usage (which is currently impossible in argparse):

That was exactly my use case, which I'd say is very common for small
utilities. Just in 10 minutes I could find that about a half of
command line utilities on my Windows machine are reporting full name
and version before the usage with --help option, including NSIS,
PuTTY, Far Manager, Android Debug Bridge and 7-Zip.

A pity that before argparse replaced optparse, there was no research
made to gather the output from various console tools to see how
argparse really saves people from reinventing their solutions.

Do you think we could avoid this problem if there was more active
turnaround between Roundup community and Python community to import
all issues from Google Code tracker in time to do some planning?
http://code.google.com/p/argparse/issues/detail?id=50
History
Date User Action Args
2011-03-26 11:14:37techtoniksetrecipients: + techtonik, bethard, sandro.tosi
2011-03-26 11:14:36techtoniklinkissue7284 messages
2011-03-26 11:14:36techtonikcreate