From 28d131be3a7d43dda9ca2f72be4935834195e830 Mon Sep 17 00:00:00 2001 From: fluoridepsychosis Date: Thu, 25 Apr 2019 16:44:09 +0100 Subject: [PATCH 1/2] 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 00000000..f4ddd40a --- /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. From 7da859bedf3f32de2563554e546e12edab6af2ef Mon Sep 17 00:00:00 2001 From: fluoridepsychosis Date: Thu, 25 Apr 2019 16:45:25 +0100 Subject: [PATCH 2/2] Update README.md --- modules/todo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/todo/README.md b/modules/todo/README.md index f4ddd40a..326f3a51 100644 --- a/modules/todo/README.md +++ b/modules/todo/README.md @@ -6,11 +6,11 @@ Adds a to-do list function, allowing adding, tracking and removing tasks. ### Commands -#### todo +#### ~todo Lists active tasks. -#### todoadd [task] +#### ~todoadd [task] Adds a new task to the list. -#### tododone [number of task] +#### ~tododone [number of task] Removes task from the list.