Example of usage:
list
Expected outcome:
1.[T][ ] user guide 2.[D][ ] duke launch (by: MARCH 5 2021, 06.00 PM)
todo {task description}
Example of usage:
todo read a book
Expected outcome:
Got it. I've added this task: [T][ ] read a book Tasks left: 1
deadline {task description} /by {YYYY-MM-DD HH.MM}
Example of usage:
deadline return book /by 2021-01-10 18.00
Expected outcome:
Got it. I've added this task: [D][ ] return book (by: JANUARY 10 2021, 06.00 PM) Tasks left: 2
event {task description} /at {YYYY-MM-DD HH.MM-HH.MM}
Example of usage:
event zoom meeting /at 2021-01-10 18.00-20.00
Expected outcome:
Got it. I've added this task: [E][ ] zoom meeting (at: JANUARY 10 2021, 06.00 PM - 08.00 PM) Tasks left: 3
done {task index number}
Example of usage:
done 1
Expected outcome:
Nice! I've marked this task as done: [T][X] read a book Tasks left: 2
delete {task index number}
Example of usage:
delete 3
Expected outcome:
Noted. I've removed this task: [D][ ] return book (by: JANUARY 10 2021, 06.00 PM - 08.00 PM) Tasks left: 1
find {keyword}
Example of usage:
find book
Expected outcome:
Here are the matching tasks in your list: 1.[T][X] read a book 2.[D][ ] return book (by: JANUARY 10 2021, 06.00 PM)