CC search is a program that is used to search for a specific phrase throughout readable files in a given directory.
python -m src.cli [-h] [-d D] [-r] P
--recursion -r | Searches recursively through the directories in the main directory.
--directory -d | Searches through the specified directory.
--help -h | Shows help message