Skip to content

Commit 98330df

Browse files
matthyxMatthias BERTSCHY
authored and
Matthias BERTSCHY
committed
1 parent 216cd66 commit 98330df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bash_completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ _mvn()
193193
local plugin_goals_jgitflow="jgitflow:feature-start|jgitflow:feature-finish|jgitflow:release-start|jgitflow:release-finish|jgitflow:hotfix-start|jgitflow:hotfix-finish|jgitflow:build-number"
194194
local plugin_goals_wildfly="wildfly:add-resource|wildfly:deploy|wildfly:deploy-only|wildfly:deploy-artifact|wildfly:redeploy|wildfly:redeploy-only|wildfly:undeploy|wildfly:undeploy-artifact|wildfly:run|wildfly:start|wildfly:shutdown|wildfly:execute-commands"
195195
local plugin_goals_formatter="formatter:format|formatter:help|formatter:validate"
196+
local plugin_goals_zet="zet:addrs|zet:clean|zet:help|zet:logs|zet:ps|zet:pull|zet:restart|zet:run|zet:shell|zet:start|zet:stop|zet:welcome"
196197

197198
## some plugin (like jboss-as) has '-' which is not allowed in shell var name, to use '_' then replace
198199
local common_plugins=`compgen -v | grep "^plugin_goals_.*" | sed 's/plugin_goals_//g' | tr '_' '-' | tr '\n' '|'`

0 commit comments

Comments
 (0)