User Guide

Developed by Stefan

Features

1. Add Todo: todo

Example:

todo CS2103 Lecture

Expected Outcome:

Adds a todo “CS2103 Lecture” to the task list.

2. Add Deadline: deadline

Example:

Expected Outcome:

Adds a deadline “CS2103 iP” which is due by “2020/09/28 23:59” to the task list.

3. Add Event: event

Example:

Expected Outcome:

Adds an event “Gym” which is happening at “Sunday 7pm - 9pm” to the task list.

4. List All Tasks: list

Expected Outcome:

The information of respective tasks in the list will be printed.

5. Mark Tasks as Done: done

Example:

Expected Outcome:

Task 5 in the task list will be marked as done.

6. Delete Task: delete

Example:

Expected Outcome:

Task 10 in the task list will be deleted.

7. Find Tasks

Example:

Expected Outcome:

All the tasks that are named “Gym” will be listed.

8. Undo: undo

Example:

Expected Outcome:

Task 3 in the task list will first be deleted then recover from the deletion.

9. Bye: bye

Expected Outcome:

Duke will say goodbye to you.