Skip to content

Commit 17c7960

Browse files
committed
fix docs
1 parent 2a224a6 commit 17c7960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/reference/clojure_cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,8 @@ Some tools provide functions designed to be used for programmatic execution from
892892
There are several argument map keys that have special significance to the Clojure CLI during -X or -T. All of these keys will be removed from the argument map before the function is invoked:
893893

894894
* `:clojure.exec/invoke` - `true` to use this protocol
895-
* `:clojure.exec/out` - `true` to capture and return stdout during function execution
896-
* `:clojure.exec/err` - `true` to capture and return stderr during function execution
895+
* `:clojure.exec/out` - `:capture` to capture and return stdout during function execution
896+
* `:clojure.exec/err` - `:capture` to capture and return stderr during function execution
897897

898898
The result is wrapped into a printed envelope map with the following keys and returned via the CLI stdout:
899899

0 commit comments

Comments
 (0)