Skip to content
New issue

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

Clean up command-line tool invocation #49

Closed
seancorfield opened this issue Jan 13, 2024 · 1 comment
Closed

Clean up command-line tool invocation #49

seancorfield opened this issue Jan 13, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@seancorfield
Copy link
Contributor

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)

@seancorfield seancorfield added the enhancement New feature or request label Jan 13, 2024
@seancorfield seancorfield self-assigned this Jan 13, 2024
@seancorfield
Copy link
Contributor Author

Also: the defaults for the -m CLI do not apply for -X/-T which makes things even more verbose.

For string options, allow symbols so fewer quotes are needed.

seancorfield added a commit that referenced this issue Jan 13, 2024
Signed-off-by: Sean Corfield <sean@corfield.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant