Welcome! Please see the About page for a little more info on how this works.

0 votes
in Clojure by
edited by

How does one update an arg map for clojure -X like in the following:

{:some-tool {:scan-paths ["src"]}}

Say I want to add "test" to this. How does one achieve this on the command line?

Related: https://ask.clojure.org/index.php/10060/x-args-pass-in-entire-map-merge-strategy

Please log in or register to answer this question.

...