Liking cljdoc? Tell your friends :D

fire.core


apply-funcclj

(apply-func func-name positional-args options)
source

cl-args-without-file-nameclj

(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
sourceraw docstring

default-parsersclj

source

fireclj

(fire & args)

Entry point

Entry point
sourceraw docstring

fire*clj

(fire*)
(fire* arg)
(fire* func-name parsers)

Assumed to be called by 'fire'

Assumed to be called by 'fire'
sourceraw docstring

get-publicsclj

(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*
sourceraw docstring

parse-arg-listclj

(parse-arg-list arg-list)
source

parse-command-line-argsclj

(parse-command-line-args args-has-func-name?
                         &
                         {:keys [custom-parsers]
                          :or {custom-parsers default-parsers}})
source

parse-valueclj

(parse-value s)
source

(print-func-names)

Print list of fn names and its doc

Print list of fn names and its doc
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close