Skip to content

Commit

Permalink
Support Maven Wrapper, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Schulte committed Jan 7, 2020
1 parent 106b6ca commit de8b505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions bash_completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,4 @@ _mvn()

complete -o default -F _mvn -o nospace mvn
complete -o default -F _mvn -o nospace mvnDebug
complete -o default -F _mvn -o nospace mvnw
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Maven Bash Completion

Maven by default does not distribute with a Bash auto completion script, only [a very simple guide](http://maven.apache.org/guides/mini/guide-bash-m2-completion.html) is provided. This script gives you more to help your daily Maven build.
Maven by default does not distribute with a Bash auto completion script, only
[a very simple guide](http://maven.apache.org/guides/mini/guide-bash-m2-completion.html) is
provided. This script gives you more to help your daily Maven build.

[Maven Wrapper](https://github.com/takari/maven-wrapper) is supported, too.

## Demo

Expand Down

0 comments on commit de8b505

Please sign in to comment.