Closed seancorfield closed 6 years ago
I suspect this PR isn't in keeping with the minimalist intentions of depstar
so I'm withdrawing it. After discussing it internally at work, I think we'll use depstar
as-is and just run the resulting JAR files differently.
If a second argument is provided after the JAR filename, a minimal manifest will be added to the JAR file.
If
-m
is provided,clojure.main
will be used forMain-Class
, else the argument will be assumed to be the main namespace to use forMain-Class
.