Raveen Kumar

Adding epiog to python scripts using argparse module

https://docs.python.org/dev/library/argparse.html#argparse.RawDescriptionHelpFormatter

We can add epilog to argparse help and description to add more info. Refer link above.

#Python #Programming #Notes