Portal example [skip ci]

This commit is contained in:
Michiel Borkent 2020-10-17 12:17:17 +02:00
parent 7db18749ac
commit 44e51336a7

View file

@ -15,7 +15,7 @@
(def file (first *command-line-args*))
(when-not file
(binding [*out* *err*]
"Usage: portal.clj <file.(edn|json|xml|yaml)>")
(println "Usage: portal.clj <file.(edn|json|xml|yaml)>"))
(System/exit 1))
(defn xml->hiccup [xml]