Save and find contacts using command line and databases
on linux terminal: python3 cli.py subcommand argument
on Windows shell: python cli.py subcommand argument
python3 cli.py -h (to view contact book help in detail)
python3 cli.py subcommand -h (to view subcommand help in detail)
install rich using pip: pip install rich