(-main & [f & args])
Main entrypoint for command line usage. Expects a fully qualified symbol and zero or more key value pairs.
Example when used as a clojure CLI alias: clojure -M:exec clojure.core/prn :a 1 :b 2
Main entrypoint for command line usage. Expects a fully qualified symbol and zero or more key value pairs. Example when used as a clojure CLI alias: ``` clojure -M:exec clojure.core/prn :a 1 :b 2 ```
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close