Add a CLI tool
soc221b opened this issue · 2 comments
soc221b commented
We need a CLI tool which can be run instead of python3 file_checker/main.py --settings settings.json
.
There is some examples of big project:
nose
arnavb commented
For something similar to NCurses, we can use something from http://docs.python-guide.org/en/latest/scenarios/cli/
soc221b commented
I've done something according to nose, and I will read up your recommend tomorrow😴.