py: error: the following arguments are required: -m/--mode code example
Example: parser.add_argument array python
parser.add_argument('-l','--list', nargs='+', help='<Required> Set flag', required=True)
# Use like:
# python arg.py -l 1234 2345 3456 4567