After writing command > node index.js -a "Task1"
Instead of showing
You have successfully added Task {"id":3,"desc":"Task1","status":"todo","createdAt":"2024-09-09T09:40:46.482Z","updatedAt":"2024-09-09T09:40:46.482Z"}
I think it will be better to show like
You have successfully added Task (Text desc here)
and the last 3 Tasks added before it.
After writing command > node index.js -a "Task1" Instead of showing
You have successfully added Task {"id":3,"desc":"Task1","status":"todo","createdAt":"2024-09-09T09:40:46.482Z","updatedAt":"2024-09-09T09:40:46.482Z"}
I think it will be better to show like
You have successfully added Task (Text desc here)
and the last 3 Tasks added before it.