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