- list
- todo
- deadline
- event
- mark
- unmark
- remind
- bye
Example of usage:
list
Expected outcome:
list of tasks printed out
Here are your tasks:
...
Example of usage:
todo (item)
Expected outcome:
new todo task, added to the task list
Added Task
[T][ ] (item)
now you have xxx tasks in the list
Example of usage:
deadline (item) /by (YYYY-MM-DD)
Expected outcome:
creates a new deadline task and adds it into the tasklist.
Added Task
[D][ ] (item)
now you have xxx tasks in the list
Example of usage:
event (item) /at (YYYY-MM-DD)
Expected outcome:
creates a new event task and adds it into the tasklist.
Added Task
[E][ ] (item)
now you have xxx tasks in the list
Example of usage:
mark (item no)
Expected outcome:
changes status of task to marked
I have marked this task as done:
[T][X] (item)
Example of usage:
unmark (item no)
Expected outcome:
changes status of task to marked
I have marked this task as not done:
[T][X] (item)
Example of usage:
remind
Expected outcome:
list of deadlines due in a week or less
[D][ ] item
(by ...)
Example of usage:
bye
Expected outcome:
saves current task list and exits duke
Bye! Shutting down...