soc221b/namanager

Add a CLI tool

Closed this issue · 2 comments

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

For something similar to NCurses, we can use something from http://docs.python-guide.org/en/latest/scenarios/cli/

I've done something according to nose, and I will read up your recommend tomorrow😴.