Skip to content
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

Suggestion: Add human-readable output to neil dep add #214

Open
rads opened this issue May 30, 2024 · 1 comment
Open

Suggestion: Add human-readable output to neil dep add #214

rads opened this issue May 30, 2024 · 1 comment

Comments

@rads
Copy link
Collaborator

rads commented May 30, 2024

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"}]
@borkdude
Copy link
Contributor

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:

:lib com.nextjournal/beholder :version "1.0.2" :added true

or whatever

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants