mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 13:15:27 +00:00
Replace mvnd --completion by a plain source now the bash file is in the distrib
This commit is contained in:

committed by
Peter Palaga

parent
aae395e8b2
commit
440ed76b3c
@@ -66,7 +66,8 @@ $ brew install mvndaemon/homebrew-mvnd/mvnd
|
|||||||
Optionally, you can set up completion as follows:
|
Optionally, you can set up completion as follows:
|
||||||
[source,shell]
|
[source,shell]
|
||||||
----
|
----
|
||||||
$ echo 'source <(mvnd --completion bash)' >> ~/.bashrc
|
# ensure to set MVND_HOME to point to your mvnd distribution, note that sdkman does it for you
|
||||||
|
$ echo 'source $MVND_HOME/bin/mvnd-bash-completion.bash' >> ~/.bashrc
|
||||||
----
|
----
|
||||||
`bash` is the only shell supported at this time.
|
`bash` is the only shell supported at this time.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user