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 barry, eric.araujo, eryksun, serhiy.storchaka, vstinner
Date 2022-01-10.18:19:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641838771.25.0.201897114943.issue46142@roundup.psfhosted.org>
In-reply-to
Content
> For me, the best CLI is "git help", "git help init", etc.

I don’t think that prior art applies here, as python does not have subcommands.  `--help` and `--help-env` are straightforward, `-X help` is a bit unusual but at least it’s part of the optional `-X` options, `--help-full` or `-all` would be way to preserve the behaviour of printing full usage with one option.
History
Date User Action Args
2022-01-10 18:19:31eric.araujosetrecipients: + eric.araujo, barry, vstinner, serhiy.storchaka, eryksun
2022-01-10 18:19:31eric.araujosetmessageid: <1641838771.25.0.201897114943.issue46142@roundup.psfhosted.org>
2022-01-10 18:19:31eric.araujolinkissue46142 messages
2022-01-10 18:19:31eric.araujocreate