Portal example [skip ci]
This commit is contained in:
parent
7db18749ac
commit
44e51336a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue