(clojure-tools-jar-download deps-clj-config-dir)
Downloads clojure tools jar into deps-clj-config-dir.
Downloads clojure tools jar into deps-clj-config-dir.
(double-quote s)
Double quotes shell arguments on Windows. On other platforms it just passes through the string.
Double quotes shell arguments on Windows. On other platforms it just passes through the string.
(shell-command args)
(shell-command args {:keys [:to-string?]})
Executes shell command.
Accepts the following options:
:to-string?
: instead of writing to stdoud, write to a string and
return it.
Executes shell command. Accepts the following options: `:to-string?`: instead of writing to stdoud, write to a string and return it.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |