/data subfolder!list - Lists the current list of tasks availableQuite self-explanatory.
Example of usage:
list
Expected outcome:
Lists the current list of tasks available
1: [T][❌] dance
2: [T][❌] study
delete - Deletes task at the specified index.Quite self-explanatory.
Example of usage:
delete 1
Expected outcome:
Removes the task from the list and /data/duke.txt
Noted. I've removed this task:
[T][❌] dance
todo - Adds a To-Do Task.Adds a todo task of a specific description.
Example of usage:
todo desc
Expected outcome:
Very straight forward. New task is added.
todo study
Got it. I've added this task:
[T][❌] study