Closed seancorfield closed 10 months ago
Per the README:
clojure -Tclj-watson scan :deps-edn-path '"deps.edn"' :output '"stdout"' #or: clojure -Tclj-watson scan '{:deps-edn-path "deps.edn" :output "stdout"}'
(this is somewhat verbose now but it will be improved over the next few releases)
Also: the defaults for the -m CLI do not apply for -X/-T which makes things even more verbose.
-m
-X
-T
For string options, allow symbols so fewer quotes are needed.
Per the README:
(this is somewhat verbose now but it will be improved over the next few releases)