]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90300: split --help output into separate options (#30331)
authorÉric <earaujo@caravan.coop>
Wed, 1 Jun 2022 09:50:01 +0000 (05:50 -0400)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 09:50:01 +0000 (05:50 -0400)
commit8aa9d40b00741213c5a53b1ae15509998893ae31
tree75b85a42e550b8190cfaf915113ebb486f459752
parent132e563703ed634312e54c04a9b1636f8b0e2923
gh-90300: split --help output into separate options (#30331)

Make --help output shorter and add new help options.

--help-env, --help-xoptions and --help-all command-line options are
added to complement --help.
Doc/using/cmdline.rst
Lib/test/test_cmd_line.py
Misc/NEWS.d/next/Core and Builtins/2022-01-02-14-53-59.bpo-46142.WayjgT.rst [new file with mode: 0644]
Misc/python.man
Python/getopt.c
Python/initconfig.c