Closed MrMebelMan closed 4 years ago
Hi, I appreciate your work but you can already use -a
or --args
to add extra command line flags so:
python run-client.py -a -d path/to/files
and python run-client.py --args --dir path/to/files
would work just fine.
Edit: I will update to python3 shebangs though now 2.7 is no longer officially supported.
Oh :D Thanks!
Add -d (--samples-dir) option for FoxDot interpreter to specify a custom samples directory path. Also, use python3 in shebangs.