Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A hubot script to show available hubot commands

NotificationsYou must be signed in to change notification settings

hubotio/hubot-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

A hubot script to show available hubot commands

Seesrc/help.js for full documentation.

Installation

In hubot project repo, run:

npm install hubot-help --save

Then addhubot-help to yourexternal-scripts.json:

["hubot-help"]

Configuration

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 private
  • HUBOT_HELP_DISABLE_HTTP (set to any value) will disable the web interface for help
  • HUBOT_HELP_HIDDEN_COMMANDS comma-separated list of commands that will not be displayed in help

Development

For tests:

npm test

Sample Interaction

 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>.

[8]ページ先頭

©2009-2025 Movatter.jp