python-fire icon indicating copy to clipboard operation
python-fire copied to clipboard

How can i write custom text in --help / -h?

Open woidzero opened this issue 2 years ago • 1 comments
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")

woidzero avatar Nov 24 '22 09:11 woidzero

See #412

gaardhus avatar Nov 24 '22 16:11 gaardhus