parser.add_argument("--list", nargs="+", default=["a", "b"]) SHELL $ python3 example.py --list a b c # List would look like ['a','b','c']