using the "--help" param

This commit is contained in:
anatoly 2015-11-13 22:06:27 -05:00
parent 25667d883d
commit 75d33abe8a

View file

@ -5,6 +5,8 @@
(defn load-config [path]
(info "loading config from" path)
(if (:help (mount/args))
(info "\n\nthis is a sample mount app to demo how to pass and read runtime arguments\n"))
(-> path
slurp
edn/read-string))