clagraff / argparse

A Golang argument parser for command line arguments.
MIT License
24 stars 4 forks source link

Add a parser epilog #35

Closed clagraff closed 7 years ago

clagraff commented 7 years ago

As per: https://docs.python.org/dev/library/argparse.html#epilog

Add an epilog method which will be used to store text to be outputted after the help-text of a parser.

clagraff commented 7 years ago

Ooops. Added the wrong label.

clagraff commented 7 years ago

Taking this one.

clagraff commented 7 years ago

In progress via PR https://github.com/clagraff/argparse/pull/40

clagraff commented 7 years ago

PR accepted 👍