Skip to content

Commit

Permalink
Merge pull request hubotio#243 from sbryant/remove-wait-option
Browse files Browse the repository at this point in the history
Remove wait option
  • Loading branch information
atmos committed Feb 13, 2012
2 parents 7c9ff07 + 3e0b2ed commit 6c7a5ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/hubot
Expand Up @@ -31,17 +31,13 @@ Options =
adapter: "shell"
alias: false
enableHttpd: true
waitForAdapter: false

Parser = new OptParse.OptionParser(Switches)
Parser.banner = "Usage hubot [options]"

Parser.on "adapter", (opt, value) ->
Options.adapter = value

Parser.on "wait-for-adapter", (opt) ->
Options.waitForAdapter = true

Parser.on "name", (opt, value) ->
Options.name = value

Expand Down

0 comments on commit 6c7a5ae

Please sign in to comment.