So I\'m stuck trying to make a .exe file from a python script that takes cmd arguments.
I\'m using pyinstaller --onefile foo.py to create the .exe file,
pyinstaller --onefile foo.py