neithere / argh

An argparse wrapper that doesn't make you say "argh" each time you deal with it.
http://argh.rtfd.org
GNU Lesser General Public License v3.0
369 stars 56 forks source link

RFE: Add ability to set the 'epilog' text #60

Closed JohnVillalovos closed 10 years ago

JohnVillalovos commented 10 years ago

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

neithere commented 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.