Forgot to try compiling...

This commit is contained in:
niten 2022-06-20 15:12:10 -07:00
parent 9ab84d6e96
commit 93a54b9c1b

View File

@ -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]