leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
Audrius 2020-10-30T14:39:27.035700Z

Hello! how to know what will lein run actually run? is it based on plugins used. How to see what will it do exactly?

2020-10-30T20:40:38.036400Z

@stebokas it will run your "main" if specified, or "init-ns"

✔️ 1
2020-10-30T20:41:23.037300Z

also, IMHO ideally you structure your project so you can run your main (maybe in a thread) from a repl, and not need the run task

kaosko 2020-10-30T22:52:58.037400Z

lein run will simply look for ns value of :main, then run -main fn in that namespace

✔️ 1