Skip to content

Commit

Permalink
Merge pull request #117 from csw/node-zk-opt
Browse files Browse the repository at this point in the history
Add --zookeeper option to node command.
  • Loading branch information
aphyr committed Jan 5, 2015
2 parents ae32858 + a68ddcd commit 79599f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/skuld/bin.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
:default 3 :parse-fn parse-int]])

(def node-spec
[["-p" "--port" "Port" :default "13000" :parse-fn parse-int]
[["-z" "--zookeeper" "Zookeeper connection string"
:default "localhost:2181"]
["-p" "--port" "Port" :default "13000" :parse-fn parse-int]
["-h" "--host" "Hostname" :default "127.0.0.1"]])

; Cluster configuration
Expand Down

0 comments on commit 79599f9

Please sign in to comment.