Issue42875
Created on 2021-01-09 14:34 by DiPaolo, last changed 2021-01-11 22:17 by DiPaolo.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| argparse-indent-sample.py | DiPaolo, 2021-01-09 14:34 | |||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 24177 | open | DiPaolo, 2021-01-09 18:21 | |
| Messages (1) | |||
|---|---|---|---|
| msg384728 - (view) | Author: Pavel Ditenbir (DiPaolo) * | Date: 2021-01-09 14:34 | |
Steps to reproduce.
Run the attached script:
$ python3 argparse-indent-sample.py --help
The output is:
usage: argparse-indent-sample.py [-h] CMD ...
optional arguments:
-h, --help show this help message and exit
service:
CMD command to use
add add something
remove remove something
a-very-long-command
command that does something
Expected output is:
usage: argparse-indent-sample.py [-h] CMD ...
optional arguments:
-h, --help show this help message and exit
service:
CMD command to use
add add something
remove remove something
a-very-long-command command that does something
|
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-01-11 22:17:23 | DiPaolo | set | versions: - Python 3.6, Python 3.7 |
| 2021-01-11 22:09:46 | DiPaolo | set | versions: + Python 3.6, Python 3.7, Python 3.8, Python 3.10 |
| 2021-01-10 14:36:26 | shihai1991 | set | nosy:
+ rhettinger, paul.j3 |
| 2021-01-09 18:21:34 | DiPaolo | set | keywords:
+ patch stage: patch review pull_requests: + pull_request23003 |
| 2021-01-09 14:34:59 | DiPaolo | create | |