(-main & args)
(get-errors {:keys [errors options] :as parse-result})
Returns the collection of invocation option errors from the parsed options map.
Returns the collection of invocation option errors from the parsed options map.
(parse-source source-str)
Converts a string into a tabular or metadata source. If the string is a valid absolute URI, a URI is returned otherwise it is assumed to reference a file on disk.
Converts a string into a tabular or metadata source. If the string is a valid absolute URI, a URI is returned otherwise it is assumed to reference a file on disk.
(usage-error errors summary)
Displays the given invocation errors followed by the usage summary before exiting.
Displays the given invocation errors followed by the usage summary before exiting.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close