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