Closed pythonhacker closed 2 years ago
This is out of scope for this package.
It doesn't need separate fields for that. You can either add that into description or there's an option to provide your help message as a string (without any generated help messages).
Also conventionally there's no "copyright/author" in help message. That goes into manpage or into "version".
Ok, cool - Thanks for the feedback. I guess I will keep my own fork of the package then.
First of all thanks for the awesome work. I noticed a few discrepancies and usage issues which can make this package better.
metavar
field which adds a description, a META field for the argument which is missing from this package. So say if a field is a filename then it would show up as,I could not find a way to do that with this package.
I liked your package enough to use it for my project, but since these were missing I have added this in my fork of the package. If these changes make sense feel free to engage me in this issue.
Usage string using default argparse.
Usage string after my changes,