Liking cljdoc? Tell your friends :D

shoot.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

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-pattern-list]
                          :or {custom-pattern-list 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

shootclj

(shoot & args)

Entry point of shoot.

Entry point of shoot.
sourceraw docstring

shoot*clj

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

Main part of shoot.

Main part of shoot.
sourceraw docstring

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

× close