User Guide
Ooooooh here is the user guide for Duke.
##Table of Contents
-Todo
-List
-Done
-Find
-Help
-Bye
##Features
- Add todo task.
- Add event with date (yyyy-mm-dd).
- Add deadline with date (yyyy-mm-dd).
- Show all tasks in list.
- Set task as done.
- Delete specific task.
- Find tasks that contains specific keywords
- Help to show commands usable.
- Bye
Usage
todo [description]
- Adds a todo task.
Example of usage:
todo Workout
Expected outcome:
event [description] /at [yyyy-mm-dd]
- Adds an event task.
Example of usage:
event Annual dinner /at 2020-03-12
Expected outcome:
deadline [description] /by [yyyy-mm-dd]
- Adds a deadline task.
Example of usage:
deadline Analysis report /by 2020-02-20
Expected outcome:
list
- Show all tasks in list.
Example of usage:
list
Expected outcome:
done [task number]
- Sets a specific task as done.
Example of usage:
done 1
Expected outcome:
delete [task number]
- Deletes a specific task in list.
Example of usage:
delete 2
Expected outcome:
find [task decription]
- Finds task with keywords specified.
Example of usage:
find workout
Expected outcome:
help
- Show commands available.
Example of usage:
help
Expected outcome:
Bye
- Terminate program.
Example of usage:
bye