Forgot to try compiling...
This commit is contained in:
parent
9ab84d6e96
commit
93a54b9c1b
@ -190,7 +190,7 @@
|
|||||||
errors (exit! 1 (str/join \newline errors))
|
errors (exit! 1 (str/join \newline errors))
|
||||||
(not (empty? missing)) (exit! 2 (str "missing arguments: " (str/join " " (map name missing))
|
(not (empty? missing)) (exit! 2 (str "missing arguments: " (str/join " " (map name missing))
|
||||||
\newline
|
\newline
|
||||||
"available: " (pprint-to-string opts)))
|
"available: " (pprint-to-string resolved)))
|
||||||
:else resolved)))
|
:else resolved)))
|
||||||
|
|
||||||
(defn -main [& args]
|
(defn -main [& args]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user