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 17c7960 commit 89a2e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/clojure_cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ 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/invoke` - `:fn` to use this protocol
* `:clojure.exec/out` - `:capture` to capture and return stdout during function execution
* `:clojure.exec/err` - `:capture` to capture and return stderr during function execution

Expand Down

0 comments on commit 89a2e0a

Please sign in to comment.