diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2019-06-02 23:21:37 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-06-02 23:21:37 +0200 |
commit | c2abbccd4eabc512b93092852bae0ee0e79878a9 (patch) | |
tree | 8dbaffc2ef73d0400e02f53db2a4b168d8d3bae6 /docs/Commands.md | |
parent | 2d825e1f2b98b206437bf1efd49e2dbcce8d31a5 (diff) | |
download | wee-slack-c2abbccd4eabc512b93092852bae0ee0e79878a9.tar.gz |
Update generated docs
Diffstat (limited to 'docs/Commands.md')
-rw-r--r-- | docs/Commands.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index 97d88d3..1ab4266 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -45,7 +45,7 @@ or unhide these channels with /slack nodistractions. ### help ``` -/slack help +/slack help [command] ``` Print help for /slack commands. @@ -95,7 +95,7 @@ Hide or unhide all channels marked as distracting. ### register ``` -/slack register +/slack register [code] ``` Register a Slack team in wee-slack. @@ -136,10 +136,11 @@ Run a custom slack command. ### status ``` -/slack status [emoji [status_message]] +/slack status [<emoji> [<status_message>]|-delete] ``` Lets you set your Slack Status (not to be confused with away/here). +Prints current status if no arguments are given, unsets the status if -delete is given. ### talk |