-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add CLI #32
Comments
@soc If you're ok with the idea, I can give it a try if you'd like. |
@alexarchambault Could we do this as a separate module? Such that people who only need the library can use it without dragging in CLI/parsing code? |
Yes, that's what I was thinking about. I'm thinking about maybe using picocli to parse arguments, or parsing them manually if picocli ends up not doing the job. |
Wouldn't it make more sense to implement the CLI on top of |
I think it'd be nice / convenient if directories-jvm had a CLI, to print the directories of an app, from its name, on the current OS. It could be used like
The text was updated successfully, but these errors were encountered: