Skip to content

Commit

Permalink
We don't always want to run a REPL.
Browse files Browse the repository at this point in the history
  • Loading branch information
conormcd committed Jun 19, 2015
1 parent a48d401 commit a41a873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rangeview/core.clj
Expand Up @@ -62,7 +62,6 @@
:validate [#(< 0 %) "Must be a positive number of seconds."]]
[nil "--help" "Show how to run this program."]
[nil "--nrepl-port PORT" "Run a nREPL on this port."
:default (some-> (System/getenv "NREPL_PORT") Integer/parseInt)
:parse-fn #(Integer/parseInt %)
:validate [#(< 0 % 65536) "Must be a valid port number"]]]))

Expand Down

0 comments on commit a41a873

Please sign in to comment.