update => you can update the items using their id. eg: node taskTracker.js update 34 "buy groceries and cook dinner" delete => deletes the task eg: node taskTracker.js delete 34 mark-done => This will ...