1
0

Add help.md

This commit is contained in:
Akbar Rahman 2018-08-09 20:05:17 +01:00
parent af6119fca5
commit c4cbee67fc
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

13
help.md Normal file
View File

@ -0,0 +1,13 @@
# commands
- /add <task> - Add a new task
- /rm <task id> [id [id [id]...]] - Remove task(s)
- /ls <task id> [id [id [id]...]] - list all tasks
- /do <task id> [id [id [id]...]] - do task(s)
- /undo <task id> [id [id [id]...]] - undo task(s)
- /marco - test if bot is up
- /help - show help information
- /last - run the last command sent
- /export - send all tasks as plaintext
Anything sent without a command is assumed to be a new task to be added