ArgParse ein Argument oder ohne Argument

parser.add_argument("-a", "--automatic", nargs="?", const=8, type=int)
Helpful Hamerkop