-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
-Sdescribe doesn't report -A aliases #104
Comments
Can you show a repro with a sample |
Actually, you don't need a :aliases { } ~/tmp ~/tmp Note the last item for each |
I apologize. I made an error in my original report. It is possible sometimes to mix So, while I made a technical error, I still stand by my comment that |
Should work as expected now. Can you try from master? |
Note that you can also install this tool as |
@borkdude, whoops, I meant the And, yes, on |
Cool, all good then :) |
Did I do something wrong?
/home/Git/deps.clj /home/Git/deps.clj ----- Context ------------------------------------------------------------------ ----- Stack trace -------------------------------------------------------------- |
@jdjohnston I updated the script. The script needs the latest version of babashka (version that ends with 181). |
you can also run deps.clj with clj:
|
@borkdude Would you believe I downloaded 1.3.181 earlier today? I was just thinking I ought to try Should the
Just did (with bb 1.3.181) and it looks fine |
Thanks for another cool tool!
deps -Sdescribe -A:ALIAS
ignores any-A:ALIAS
. Most ofdeps.clj
code matches-A
aliases with:repl-aliases
, but there's also reference to:all-aliases
, which is what the code for-Sdescribe
is using.:all-aliases
probably seems more mnemonic for-A
, but there's at least two problems with that:clojure.org
CLI-A
are not truly all aliases, in the sense of being usable anywhere. If one mixes-A
and-M
aliases, the CLI (including yours) will complain.BTW, the
PowerShell
script never worked for me (old laptop), so it's nice to have a full-featured command-lineClojure
launcher when I useClojure
onWindows
.The text was updated successfully, but these errors were encountered: