From fa3c7d1ed97891fe901bbeb34a93cc354d9d724b Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Wed, 13 Aug 2014 20:54:37 -0400 Subject: Add epilog for the command line utility --- tabletext.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tabletext.py b/tabletext.py index 8675cf4..7c8f846 100644 --- a/tabletext.py +++ b/tabletext.py @@ -112,10 +112,14 @@ def main(): class MyFormatter(ArgumentDefaultsHelpFormatter, RawDescriptionHelpFormatter): pass + parser = ArgumentParser(formatter_class=MyFormatter, description=""" Format the input into a table with borders, writing the result to standard -output. Each TAB separated line from FILE will become a row in the output.""") +output. Each TAB separated line from FILE will become a row in the output.""", + epilog=""" +For more details and bug reports, see: https://github.com/Thibauth/tabletext""" + ) parser.add_argument("--hor", help="horizontal line character", metavar="CHAR", default="─") parser.add_argument("--ver", help="vertical line character", -- cgit v1.2.3-70-g09d2