You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/Hubot.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ const switches = [
11
11
['-f','--file HUBOT_FILE','Path to adapter file, e.g. "./adapters/CustomAdapter.mjs"'],
12
12
['-c','--create HUBOT_CREATE','Create a deployable hubot'],
13
13
['-d','--disable-httpd HUBOT_HTTPD','Disable the HTTP server'],
14
-
['-s','--httpdserver HUBOT_HTTPD_SERVER','Specify a custom HTTP server module'],
14
+
['-s','--httpdserver HUBOT_HTTPD_SERVER','An async factory function that receives this robot (via options) and returns or creates an HttpServerPort instance. Defaults to a factory that instantiates HttpServerPort'],
15
15
['-h','--help','Display the help information'],
16
16
['-l','--alias HUBOT_ALIAS',"Enable replacing the robot's name with alias"],
17
17
['-n','--name HUBOT_NAME','The name of the robot in chat'],
0 commit comments