Skip to content

Commit

Permalink
[remove-wait-option] Oops forgot to remove the option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Bryant committed Feb 13, 2012
1 parent 7c9ff07 commit 3e0b2ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/hubot
Original file line number Diff line number Diff line change
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 3e0b2ed

Please sign in to comment.