📅  最后修改于: 2022-03-11 14:46:43.806000             🧑  作者: Mango
# If you want to set a parameter’s default value to True using argparse, use
parser.add_argument('--param', action='store_false')