You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When you add a dependency you have to check the deps.edn file after to see what version was added. It would be convenient to see this in the output of the neil dep add command.
Current behavior:
$ neil dep add com.nextjournal/beholder
# no output
Suggested behavior:
$ neil dep add com.nextjournal/beholder
Added to deps.edn: [com.nextjournal/beholder {:mvn/version "1.0.2"}]
The text was updated successfully, but these errors were encountered:
Currently all commands output lines of EDN that potententially can be fed into neil as arguments, so it would be more in line to return something like:
Description:
When you add a dependency you have to check the
deps.edn
file after to see what version was added. It would be convenient to see this in the output of theneil dep add
command.Current behavior:
$ neil dep add com.nextjournal/beholder # no output
Suggested behavior:
$ neil dep add com.nextjournal/beholder Added to deps.edn: [com.nextjournal/beholder {:mvn/version "1.0.2"}]
The text was updated successfully, but these errors were encountered: