Python argparse, how to make a single word in a help italics

193 Views Asked by At
mm_add_all_parser.add_argument('run_folder', help='The folder that houses the assets and events folders. The folder structure and file names must be specific. The run_folder \e[4mshould\e[0m be titled with the format')

In the above argparse statement, I want the word "should" to be in italics. But the console escape characters I'm trying in this statement seem to be ignored by argparse.

Thanks.

0

There are 0 best solutions below