Todo
Manage your Todo list.
Usage:
Command
Options
Description
a.todo
Shows your todo list.
a.todo
add <NewTodo>
Add's a new todo to your todo list.
a.todo
remove <ID>
Removes a todo from your todo list.
a.todo
clear
Clears your whole todo list
Example:
Command
Description
a.todo add Bake a cake
Add's a todo item called "Bake a cake" to your todo list.
a.todo remove 2
Removes the todo item with id 2 from your todo list.
a.todo clear
Removes all your todo's from your todo list.
Last updated