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

Adding library args to version command? #645

Open
ninjamuffin99 opened this issue Aug 27, 2024 · 0 comments
Open

Adding library args to version command? #645

ninjamuffin99 opened this issue Aug 27, 2024 · 0 comments

Comments

@ninjamuffin99
Copy link
Contributor

Right now haxelib version simply prints out the version of haxelib itself. However I think a good simple addition would be to allow args to be input which will then print out the current set library versions

something like

> haxelib version lime
9.1.3
> haxelib version flixel
git # haxelib list prints out simply "git" so we can do so here too

I think this is useful for cli use, maybe you want to parse through every haxelib installed and don't want to deal with parsing the list command.

I have a proof of concept (and usecase) for this, however instead of going through the back and forth of PR reviews, I'll use this issue for input

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

1 participant