Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Sep 9, 2024
1 parent 2a224a6 commit 17c7960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/reference/clojure_cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@ Some tools provide functions designed to be used for programmatic execution from
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:

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

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

Expand Down

0 comments on commit 17c7960

Please sign in to comment.