(cl-args-without-file-name)
As 'lein exec' keeps target file name in command-line-args, first item in command-line-args has to be dropped
As 'lein exec' keeps target file name in *command-line-args*, first item in *command-line-args* has to be dropped
(fire*)
(fire* arg)
(fire* func-name parsers)
Assumed to be called by 'fire'
Assumed to be called by 'fire'
(get-publics)
Returns map of public vars. With bb, use babashka.main (-m/--main optsion) or use ns (-f options). With clj, parse command line args. WIth lein-exec, just use ns
Returns map of public vars. With bb, use babashka.main (-m/--main optsion) or use *ns* (-f options). With clj, parse command line args. WIth lein-exec, just use *ns*
(parse-command-line-args args-has-func-name?
&
{:keys [custom-parsers]
:or {custom-parsers default-parsers}})
(print-func-names)
Print list of fn names and its doc
Print list of fn names and its doc
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close