Message385359
argparse allows GNU-style long options (with '=' in between the option and the value as opposed to a space): https://docs.python.org/3/library/argparse.html#option-value-syntax
Call it pickiness, but I'd like to be able to print the help message in that format. Looking at the code, a simple refactor would be much cleaner than implementing my own custom help formatter and having to copy-paste a bunch of implementation details that are potentially subject to change in future releases. I'll submit a patch shortly. |
|
Date |
User |
Action |
Args |
2021-01-20 18:44:19 | will | set | recipients:
+ will |
2021-01-20 18:44:19 | will | set | messageid: <1611168259.85.0.840894983384.issue42980@roundup.psfhosted.org> |
2021-01-20 18:44:19 | will | link | issue42980 messages |
2021-01-20 18:44:19 | will | create | |
|