SIGN IN SIGN UP

gh-101599: argparse: simplify the option help string (GH-103372)

If the option with argument has short and long names,
output argument only once, after the long name:

   -o, --option ARG    description

instead of

   -o ARG, --option ARG    description
J
Jokimax committed
c4a2e8a2c5188c3288d57b80852e92c83f46f6f3
Parent: 73d20ca
Committed by GitHub <noreply@github.com> on 2/2/2024, 10:13:00 PM