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
When I run this project's deps command, I don't see the :config-dir key when running deps -Sdescribe.
deps
:config-dir
deps -Sdescribe
When I do this on the "real" clojure tools it is printed and points to the ~/.clojure directory.
~/.clojure
It should be as simple as adding [:config-dir config-dir] below
[:config-dir config-dir]
deps.clj/src/borkdude/deps.clj
Line 541 in 0b70844
The text was updated successfully, but these errors were encountered:
This has been added.
Sorry, something went wrong.
[#38] Add config-dir to -Sdescribe
69cae96
No branches or pull requests
When I run this project's
deps
command, I don't see the:config-dir
key when runningdeps -Sdescribe
.When I do this on the "real" clojure tools it is printed and points to the
~/.clojure
directory.It should be as simple as adding
[:config-dir config-dir]
belowdeps.clj/src/borkdude/deps.clj
Line 541 in 0b70844
The text was updated successfully, but these errors were encountered: