- Notifications
You must be signed in to change notification settings - Fork68
hubotio/hubot-help
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A hubot script to show available hubot commands
Seesrc/help.js
for full documentation.
In hubot project repo, run:
npm install hubot-help --save
Then addhubot-help to yourexternal-scripts.json
:
["hubot-help"]
You can set various environment variables to tune up the behavior of thios help plugin:
HUBOT_HELP_REPLY_IN_PRIVATE
(set to any value) will force calls tohubot help
to be answered in privateHUBOT_HELP_DISABLE_HTTP
(set to any value) will disable the web interface for helpHUBOT_HELP_HIDDEN_COMMANDS
comma-separated list of commands that will not be displayed in help
For tests:
npm test
user> hubot helphubot> hubot help - Displays all of the help commands that this bot knows about.hubot> hubot help <query> - Displays all help commands that match <query>.
About
A hubot script to show available hubot commands
Topics
Resources
Stars
Watchers
Forks
Packages0
No packages published