-
-
Notifications
You must be signed in to change notification settings - Fork 26
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 update antq itself #146
Comments
@vinurs Sorry for late reply. |
yeah, i think this would be a uesful feature |
@vinurs Could you try this branch? |
@liquidz thanks very much, i've checked the options, it works well |
@vinurs Thanks for your confirmation! Currently, I'm thinking of enabling this feature by default without any options. How do you think? May it be noisy? |
hello,in my opinion when i change dir in a project directory, i just want to check and update the project deps, but when i in a dir not belong to any project, then i want to check the global deps, eg (clojure tools, .lein/profiles.clj and so on) |
@vinurs Thanks! Personally, I want this feature to be eather ON of OFF by default, because changing the behavior depending on the current directory may cause confusion. As you said, it is resonable to check and update only project deps in our project directory, since installed Clojure CLI Tools are not related to our project. So it may be good to disable by default. |
@liquidz well, agree with you |
@vinurs Just released v1.6.0! |
hello, i install antq as clojure tool
and it generate a file called
antq.edn
in~/.clojure/tools
, then how can i use antq to check its own version and update to the latestThe text was updated successfully, but these errors were encountered: