helpDisplays all the available instructions in Duke.
listDisplays all the tasks added in Duke.
todo DESCRIPTIONAdds 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 INDEXMarks the task at a specific index as done.
Eg. done 2 marks the second task in the list as done.
delete INDEXDelete the task at a specific index.
Eg. delete 2 deletes the second task in the list.
find KEYWORDDisplays all the tasks that contains the key word.
Eg. find book displays all the tasks that contains book.
byeSays 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