CLI application

Отримуємо і виводимо весь список контактів

node index.js --action="list"

Screenshot list

list

Отримуємо контакт по id

node index.js --action="get" --id 05olLMgyVQdWRwgKfg5J6

Screenshot get

get

Додаємо контакт

node index.js --action="add" --name Mango --email mango@gmail.com --phone 322-22-22

Screenshot add

add

Видаляємо контакт

node index.js --action="remove" --id qdggE76Jtbfd9eWJHrssH

Screenshot remove

remove