todoAdds a todo into your task list.
Example of usage:
todo read book
deadlineAdds a deadline to your task list.
Example of usage:
deadline finish assignment /by 2019-10-15
Date must be in the format of (yyyy-mm-dd).
eventAdds an event to your task list.
Example of usage:
event mum's birthday /at 2019-10-15
Date must be in the format of (yyyy-mm-dd).
listDisplays your task list.
doneMarks a specific task as done.
Example of usage:
done 1 - marks the first task in the list as done.
deleteDeletes a task.
Example of usage:
delete 1 - deletes the first task in the list
findFinds a specific task.
Example of usage:
find book
helpDisplays a help panel.
byeEnds the program.