多项选择题

A.parser.add_argument("x")
B.parser.add_argument("-x")
C.parser.add_argument_group("-x","—x")
D.parser.parse_args("x")