diff --git a/docs/clojure.tools.build.api.html b/docs/clojure.tools.build.api.html index f9e7355..67eacd1 100644 --- a/docs/clojure.tools.build.api.html +++ b/docs/clojure.tools.build.api.html @@ -33,8 +33,14 @@ :auto (default) - use only if os=windows && Java >= 9 && command length >= 8k :always - always write classpath to temp file and include :never - never write classpath to temp file (pass on command line) + :out - one of :inherit :capture :write :append :ignore + :err - one of :inherit :capture :write :append :ignore + :out-file - file path to write if :out is :write or :append + :err-file - file path to write if :err is :write or :append -Returns nil.
(copy-dir params)
Copy the contents of the src-dirs to the target-dir, optionally do text replacement. +Returns nil, or if needed a map with keys: + :out captured-out + :err captured-err
(copy-dir params)
Copy the contents of the src-dirs to the target-dir, optionally do text replacement. Returns nil. Globs are wildcard patterns for specifying sets of files in a directory