Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 7, 2024
1 parent 082c318 commit 9538a18
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 @@ -137,7 +137,7 @@ If the function to invoke is defined in a specified alias, the function is optio

The `:exec-args` form a base map that is merged with keys and values and trailing kv-map on the command line, merged in that order.

Keys on the command line may be either keywords or vector key paths (as used with `assoc-in`) to specify a nested key. The final arg on the command line is an optional trailing map of keys and values. See the later sections on <<clojure_cli#cli_keys,keys and key paths>> and <<clojure_cli#quoting,quoting>> for more details on how to properly speciy edn keys and values.
Keys on the command line may be either keywords or vector key paths (as used with `assoc-in`) to specify a nested key. The final arg on the command line is an optional trailing map of keys and values. See the later sections on <<clojure_cli#cli_keys,keys and key paths>> and <<clojure_cli#quoting,quoting>> for more details on how to properly specify edn keys and values.

[[use_tool]]
=== Run a tool (-T)
Expand Down

0 comments on commit 9538a18

Please sign in to comment.