mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
mvn: enable completion for mvnw
This commit is contained in:
parent
df002539f8
commit
e056aee794
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ function listMavenCompletions {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
compctl -K listMavenCompletions mvn
|
compctl -K listMavenCompletions mvn mvnw
|
||||||
compctl -K listMavenCompletions mvn-color
|
compctl -K listMavenCompletions mvn-color
|
||||||
compctl -K listMavenCompletions mvn-or-mvnw
|
compctl -K listMavenCompletions mvn-or-mvnw
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue