This repository has been archived by the owner on Feb 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
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. |
Open
Wouldn't it make more sense to implement the CLI on top of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: