python-fire
python-fire copied to clipboard
How can i write custom text in --help / -h?
trafficstars
Is there a way to write custom text in --help / -h option like this?
help = """
custom help text
"""
or
def help():
print("custom help text")
See #412