We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
fix #49 by improving tool invocation
7bb2c6f
Signed-off-by: Sean Corfield <sean@corfield.org>
151ca1d
seancorfield
No branches or pull requests
Per the README:
(this is somewhat verbose now but it will be improved over the next few releases)
The text was updated successfully, but these errors were encountered: