list
Lists out the tasks currently contained in duke
Keyword
- Describe actionExample of usage:
list
Expected outcome:
Here are the tasks in your list: {Lists the tasks}
or
There are no tasks in your list.
delete
Removes an existing task from the ones currently in Duke.
Keyword
- Describe actionExample of usage:
delete {index}
Expected outcome:
Noted. I've removed this task
find
Finds an existing task from the ones currently in Duke.
Keyword
- Describe actionExample of usage:
find {query}
Expected outcome:
Here are the matching tasks in your list: {List of matching tasks}
or
No result found for this query.
done
Completes an existing task from the ones currently in Duke.
Keyword
- Describe actionExample of usage:
done {index}
, where index is the index in the task from list
Expected outcome:
Nice! I've marked this task as done: {task}
todo
Adds a new [Todo] task to Duke
Keyword
- Describe actionExample of usage:
todo {desc}
Expected outcome:
Got it. I've added this task: {task}
deadline
Adds a new [Deadline] task to Duke
Keyword
- Describe actionExample of usage:
deadline {desc} /by {date} {time}
, where date is in the yyyy-MM-dd format and time is in the HHmm 24hr format
Expected outcome:
Got it. I've added this task: {task}
event
Adds a new [Event] task to Duke
Keyword
- Describe actionExample of usage:
deadline {desc} /at {date} {time}
, where date is in the yyyy-MM-dd format and time is in the HHmm 24hr format
Expected outcome:
Got it. I've added this task: {task}