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
neil dep add
When neil dep add fails to add a dependency, it still exits with code 0.
0
# bash $ cat deps.edn {} $ neil dep add "com.cognitect.aws/s3"; echo $? 0 $ cat deps.edn {:deps {com.cognitect.aws/s3 {:mvn/version "848.2.1400.0"}}} $ neil dep add "some-fake-dep"; echo $? 0 $ cat deps.edn {:deps {com.cognitect.aws/s3 {:mvn/version "848.2.1400.0"}}}
Discussion: https://clojurians.slack.com/archives/C03KCV7TM6F/p1688836219372089
The text was updated successfully, but these errors were encountered:
ok, I think printing a warning and then exiting with 1 would be ok
Sorry, something went wrong.
Fix #185
923a095
ea6ceba
No branches or pull requests
When
neil dep add
fails to add a dependency, it still exits with code0
.Discussion: https://clojurians.slack.com/archives/C03KCV7TM6F/p1688836219372089
The text was updated successfully, but these errors were encountered: