You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/reference/clojure_cli.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -892,8 +892,8 @@ Some tools provide functions designed to be used for programmatic execution from
892
892
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:
893
893
894
894
* `: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
897
897
898
898
The result is wrapped into a printed envelope map with the following keys and returned via the CLI stdout:
0 commit comments