Message384728
| Author | DiPaolo |
|---|---|
| Recipients | DiPaolo |
| Date | 2021-01-09.14:34:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1610202899.54.0.332342565241.issue42875@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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-09 14:34:59 | DiPaolo | set | recipients: + DiPaolo |
| 2021-01-09 14:34:59 | DiPaolo | set | messageid: <1610202899.54.0.332342565241.issue42875@roundup.psfhosted.org> |
| 2021-01-09 14:34:59 | DiPaolo | link | issue42875 messages |
| 2021-01-09 14:34:58 | DiPaolo | create | |