-todo -deadlines -events -list -sort
Duke would store the description of the task into a list.
todo
- Describe actionDescribe action and its outcome.
Example of usage: todo Homework tonight
keyword (optional arguments)
Expected outcome:
Got it. I have added this task:
Duke would store the description of the deadline into a list which contains the due date of the deadline.
deadlines
- Describe actionDescribe action and its outcome.
Example of usage: deadline Homework 2020/02/26
keyword (optional arguments)
Expected outcome:
Got it. I have added this deadline:
Duke would store the description of the event into a list which contains the due date and the location of the event.
events
- Describe actionDescribe action and its outcome.
Example of usage: event tuition 2020/02/26 Sembawang
keyword (optional arguments)
Expected outcome:
Got it. I have added this events
Duke would list out all the tasks, deadlines and events.
list
- Describe actionDescribe action and its outcome.
Example of usage: event tuition 2020/02/26 Sembawang
keyword (optional arguments)
Expected outcome:
todo Homework
Duke would sort the task and print out all the tasks, deadlines and events.