Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # clojure cli <code> brew install clojure/tools/clojure </code> ### Running (-main) function from namespace <code bash> $ clj -M -m core (-main) invoked </code> ### -X option to run specific functions <code bash> $ clj -X core/print-args :key1 value1 :key2 value2 print-args function called with arg: {:key1 value1, :key2 value2} </code> [[k-aliases|aliases]] ## Links - https://kozieiev.com/blog/clojure-cli-tools-deps-deps-edn-guide/ open/clojure-cli.txt Last modified: 2024/10/05 06:15by 127.0.0.1