ArgParse jeden argument lub bez argumentu

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