Very basic cli I am using to practice python.
python main.py -c foo
: Print Stringpython main.py -i 1
: Print Integerpython main.py -fc file.txt
: create filepython main.py -fr file.txt
: read contents of filepython main.py -fw file.txt
: write to file specifiedpython main.py -fd file.txt
: delete file
This list will no longer be expanded, use python main.py -h
to see added commands