Skip to content

Commit 8247a2e

Browse files
committed
update docs
1 parent 946e86a commit 8247a2e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: docs/clojure.tools.build.api.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,14 @@
3333
:auto (default) - use only if os=windows && Java >= 9 && command length >= 8k
3434
:always - always write classpath to temp file and include
3535
:never - never write classpath to temp file (pass on command line)
36+
:out - one of :inherit :capture :write :append :ignore
37+
:err - one of :inherit :capture :write :append :ignore
38+
:out-file - file path to write if :out is :write or :append
39+
:err-file - file path to write if :err is :write or :append
3640

37-
Returns nil.</pre></div></div><div class="public anchor" id="var-copy-dir"><h3>copy-dir</h3><div class="usage"><code>(copy-dir params)</code></div><div class="doc"><pre class="plaintext">Copy the contents of the src-dirs to the target-dir, optionally do text replacement.
41+
Returns nil, or if needed a map with keys:
42+
:out captured-out
43+
:err captured-err</pre></div></div><div class="public anchor" id="var-copy-dir"><h3>copy-dir</h3><div class="usage"><code>(copy-dir params)</code></div><div class="doc"><pre class="plaintext">Copy the contents of the src-dirs to the target-dir, optionally do text replacement.
3844
Returns nil.
3945

4046
Globs are wildcard patterns for specifying sets of files in a directory

0 commit comments

Comments
 (0)