]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90300: split --help output into separate options (GH-30331)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Jun 2022 19:15:42 +0000 (12:15 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2022 19:15:42 +0000 (12:15 -0700)
commitcbfbe248e304cc1936f04d3a3d2c3b115dea8663
tree0630954fd7095769e1c507f4fd465166c5e594f7
parent29c7e815bc6087bfa0f34855d8313b16f236dd34
gh-90300: split --help output into separate options (GH-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.
(cherry picked from commit 8aa9d40b00741213c5a53b1ae15509998893ae31)

Co-authored-by: Éric <earaujo@caravan.coop>
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