gh-86463: Fix default prog in subparsers if usage is used in the main parser (GH-125891)
The usage parameter of argparse.ArgumentParser no longer affects the default value of the prog parameter in subparsers. Previously the full custom usage of the main parser was used as the prog prefix in subparsers.
S
Serhiy Storchaka committed
0cb4d6c6549d2299f7518f083bbe7d10314ecd66
Parent: 46f8a7b
Committed by GitHub <noreply@github.com>
on 11/22/2024, 3:29:33 PM