# Todo

## Usage:

<table><thead><tr><th width="162.33333333333334">Command</th><th width="166">Options</th><th>Description</th></tr></thead><tbody><tr><td><code>a.todo</code></td><td></td><td>Shows your todo list.</td></tr><tr><td><code>a.todo</code></td><td>add &#x3C;NewTodo></td><td>Add's a new todo to your todo list.</td></tr><tr><td><code>a.todo</code></td><td>remove &#x3C;ID></td><td>Removes a todo from your todo list.</td></tr><tr><td><code>a.todo</code></td><td>clear</td><td>Clears your whole todo list</td></tr></tbody></table>

## Example:

<table><thead><tr><th width="285">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>a.todo add Bake a cake</code></td><td>Add's a todo item called "Bake a cake" to your todo list.</td></tr><tr><td><code>a.todo remove 2</code></td><td>Removes the todo item with id 2 from your todo list.</td></tr><tr><td><code>a.todo clear</code></td><td>Removes all your todo's from your todo list.</td></tr></tbody></table>
