From c2abbccd4eabc512b93092852bae0ee0e79878a9 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sun, 2 Jun 2019 23:21:37 +0200 Subject: Update generated docs --- docs/Commands.md | 7 ++++--- docs/Options.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') 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 [ []|-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 -- cgit