Skip to content

Commit

Permalink
Remove zsh completion for 'docker swarm inspect'
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
  • Loading branch information
sdurrheimer committed Jul 29, 2016
1 parent faf9dac commit f146f61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contrib/completion/zsh/_docker
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,6 @@ __docker_swarm_commands() {
local -a _docker_swarm_subcommands
_docker_swarm_subcommands=(
"init:Initialize a swarm"
"inspect:Inspect the swarm"
"join:Join a swarm as a node and/or manager"
"join-token:Manage join tokens"
"leave:Leave a swarm"
Expand All @@ -1210,11 +1209,6 @@ __docker_swarm_subcommand() {
"($help)--force-new-cluster[Force create a new cluster from current state]" \
"($help)--listen-addr=[Listen address]:ip\:port: " && ret=0
;;
(inspect)
_arguments $(__docker_arguments) \
$opts_help \
"($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " && ret=0
;;
(join)
_arguments $(__docker_arguments) \
$opts_help \
Expand Down

0 comments on commit f146f61

Please sign in to comment.