is it possible to change display text of argparse argument name
问题 using argparse i have made a command line tool, which takes below arguments, usage: ipush [-h] [-v] [-c] [-to [TO]] [-V] [-p PATCHES] [-d DIFF] from the below code.. parser = argparse.ArgumentParser(prog='ipush', description='Utility to push the last commit and email the color diff') parser.add_argument('-v', '--verbose', action='store_true', help='if enabled will spit every command and its resulting data.') parser.add_argument('-c', '--compose', action='store_true', help='compose message in