Is there a way to write custom text in --help / -h option like this? ```python help = """ custom help text """ ``` or ```python def help(): print("custom help text") ```