Closed JohnVillalovos closed 10 years ago
Changeset 855752fb635e287a2937b76f29df9740da0c8d15 (part of the upcoming v.0.26) deprecates some arguments and instead introduces a more flexible approach that enables passing whatever arguments (including epilog
) to namespace- and function-level argument parsers.
Request For Enhancement:
It would be nice if could set the 'epilog' text for adding additional help text.
In fact it might be nice to have some kind of decorator where you could set the 'epilog' text, the 'help' text, and also the help formatter class used.
Thanks