From 28d131be3a7d43dda9ca2f72be4935834195e830 Mon Sep 17 00:00:00 2001 From: fluoridepsychosis Date: Thu, 25 Apr 2019 16:44:09 +0100 Subject: [PATCH] Create README.md --- modules/todo/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/todo/README.md diff --git a/modules/todo/README.md b/modules/todo/README.md new file mode 100644 index 0000000..f4ddd40 --- /dev/null +++ b/modules/todo/README.md @@ -0,0 +1,16 @@ +## Todo + +### Description + +Adds a to-do list function, allowing adding, tracking and removing tasks. + +### Commands + +#### todo +Lists active tasks. + +#### todoadd [task] +Adds a new task to the list. + +#### tododone [number of task] +Removes task from the list.