Trying to make an argument in argparse where one can input several file names that can be read. In this example, i\'m just trying to print each of the file
Just had to make sure there was at least one argument
parser.add_argument('file',nargs='*')