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

How to use options in "tool" mode? #104

Closed
frou opened this issue Aug 13, 2021 · 3 comments
Closed

How to use options in "tool" mode? #104

frou opened this issue Aug 13, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@frou
Copy link

frou commented Aug 13, 2021

I've tried both:
clojure -Tantq outdated :upgrade true
and:
clojure -Tantq outdated '{:upgrade true}'

They don't seem to have any effect that's different to:
clojure -Tantq outdated

There's no interactive prompt and no writes to the deps.edn file.

@liquidz
Copy link
Owner

liquidz commented Aug 13, 2021

@frou Thanks for your reportng!
Oh, it's buggy. I'll fix it soon.

@liquidz liquidz added the bug Something isn't working label Aug 13, 2021
@liquidz
Copy link
Owner

liquidz commented Aug 13, 2021

@frou I've fixed this problem, and cut a new release #105

Could you try as follows?

clojure -Ttools install com.github.liquidz/antq '{:git/tag "0.16.3"}' :as antq
clojure -Tantq outdated :upgrade true

@frou
Copy link
Author

frou commented Aug 14, 2021

That now works for me. Thank you, I appreciate it!

@frou frou closed this as completed Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants