(conj-option m k v)
Used as :assoc-fn for an option to conj'es the values together.
Used as :assoc-fn for an option to conj'es the values together.
(do-prune graph)
Prune all items that have no conflict or are dependent something that has a conflict.
Prune all items that have no conflict or are dependent something that has a conflict.
(invert-tools-deps tools-graph)
We need to build a top-down graph of what is going on. The tools.deps is built from the opposite perspective as the vizdeps graph; so we need to 'invert' it of sorts.
We need to build a top-down graph of what is going on. The tools.deps is built from the opposite perspective as the vizdeps graph; so we need to 'invert' it of sorts.
(parse-cli-options command cli-options args)
Parses the CLI options; handles --help and errors (returning nil) or just returns the parsed options.
Parses the CLI options; handles --help and errors (returning nil) or just returns the parsed options.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close