-
Notifications
You must be signed in to change notification settings - Fork 214
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
Bash completion #215
Comments
Asked sdkman/sdkman-cli#831 |
ppalaga
added a commit
to ppalaga/mvnd
that referenced
this issue
Dec 10, 2020
Merged
ppalaga
added a commit
to ppalaga/mvnd
that referenced
this issue
Dec 10, 2020
The merged fix introduces a new If you are on Linux, you can activate the completion permanently as follows:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like we could leverage https://github.com/juven/maven-bash-completion/blob/master/bash_completion.bash
We could either copy and adapt or contribute there.
We'd need to add our own commands like
--stop
,--status
, etc. (I am not sure we should also add all-Dmvnd*
props that can be passed on the command line.)Once we have an adapted script somewhere, we need to figure out, how to activate it using sdkman and Homebrew.
The text was updated successfully, but these errors were encountered: