This is a very rudimentary implementation of a contact book CLI that uses a .csv file to store contacts. A simple menu page allows you to choose options 1-4:
- Add a new contact (name, address, email and number).
- List all contacts.
- Get some help with usage.
- Exit.