fixed expound usage
This commit is contained in:
parent
a4948f5ae0
commit
6695fc427d
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[aero "1.1.6"]
|
||||
[expound "0.8.4"]
|
||||
[expound "0.8.9"]
|
||||
[clj-commons/clj-yaml "0.7.106"]]
|
||||
:source-paths ["src/main/cljc"
|
||||
"src/main/clj"]
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
))
|
||||
|
||||
;(set! s/*explain-out* expound/printer)
|
||||
(alter-var-root #'s/*explain-out* (constantly expound/printer))
|
||||
|
||||
(s/def ::options (s/* #{"-h"}))
|
||||
(s/def ::config map?)
|
||||
|
|
Loading…
Reference in a new issue