help
Displays all the available instructions in Duke.
list
Displays all the tasks added in Duke.
todo DESCRIPTION
Adds a simple task.
Eg. todo read book
deadline DESCRIPTION /by DATE(yyyy-mm-dd)
Adds a task to be done by a date.
Eg. deadline return book /by 2020-09-30
event DESCRIPTION /at DATE(yyyy-mm-dd)
Adds a task to be done at a date.
Eg. event borrow book /at 2020-09-30
done INDEX
Marks the task at a specific index as done.
Eg. done 2
marks the second task in the list as done.
delete INDEX
Delete the task at a specific index.
Eg. delete 2
deletes the second task in the list.
find KEYWORD
Displays all the tasks that contains the key word.
Eg. find book
displays all the tasks that contains book
.
bye
Says bye to Duke and exits the app. (and date will be saved)
JavaFX tutorial @SE-EDU/guides
URL: https://se-education.org/guides/tutorials/javaFx.html