Remove the nargs=1 part. From: https://docs.python.org/3/library/argparse.html#nargs
nargs=1
Note that nargs=1 produces a list of one item. This is different from the default, in which the item is produced by itself.
1.4m articles
1.4m replys
5 comments
57.0k users