Skip to content

Commit

Permalink
rm "master" from :repl-options :prompt example
Browse files Browse the repository at this point in the history
Avoid avoidable nod to "master-slave" idiom.
  • Loading branch information
apetro committed Feb 15, 2019
1 parent 7bd7a87 commit 85767c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.project.clj
Expand Up @@ -361,7 +361,7 @@
;; Options to change the way the REPL behaves.
:repl-options { ;; Specify the string to print when prompting for input.
;; defaults to something like (fn [ns] (str *ns* "=> "))
:prompt (fn [ns] (str "your command for <" ns ">, master? " ))
:prompt (fn [ns] (str "your command for <" ns ">? " ))
;; What to print when the repl session starts.
:welcome (println "Welcome to the magical world of the repl!")
;; Specify the ns to start the REPL in (overrides :main in
Expand Down

0 comments on commit 85767c4

Please sign in to comment.