
There are 3 kinds of tasks enabled in this app. 1) Todos 2) Deadlines 3) Events
{task type} - Add task to listExample of usage:
1) todo read book 2) deadline homework /by 2021-08-02 3) event project meeting /at monday 2pm
Expected outcome:
Got it. I've added this task:
Show a list of tasks
list - Shows the current list of tasksExpected outcome:
Here are the tasks in your list:
Ticks a task that is completed
done - Shows the current list of tasksExample of usage:
1) done 1 2) done 2 3) done 3
Expected outcome:
Task at chosen index will be marked with a tick
Deletes a task on the list
delete - remove the tasks at a specific indexExample of usage:
1) delete 1 2) delete 2 3) delete 3
Expected outcome:
Task at chosen index will be deleted
Removes all duplicated tasks in the list
remove duplicates - remove duplicated tasksExpected outcome:
No dupes were found If there are no duplicates present
or
All duplicates have been removed If there are duplicates present
Returns tasks with the given keyword
find - find tasks with the provided keywordExample of usage:
1) find read book 2) find project meeting 3) find homework
Expected outcome:
Here are the matching tasks on your list:
followed by a list of tasks with the keyword