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 | |
parent | 2d825e1f2b98b206437bf1efd49e2dbcce8d31a5 (diff) | |
download | wee-slack-c2abbccd4eabc512b93092852bae0ee0e79878a9.tar.gz |
Update generated docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Commands.md | 7 | ||||
-rw-r--r-- | docs/Options.md | 2 |
2 files changed, 5 insertions, 4 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 diff --git a/docs/Options.md b/docs/Options.md index cf26ca2..d10f873 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -122,7 +122,7 @@ slack` after changing it to take effect. **Default:** `false` -**Description:** Control if you want to see notification when a usergroup's handle has changed, either true or false +**Description:** Control if you want to see notification when a usergroup's handle has changed, either true or false. ### record_events |