Remove bash completion for docker swarm inspect
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
bad654b00c
commit
34d9a82409
1 changed files with 0 additions and 15 deletions
|
@ -1814,7 +1814,6 @@ _docker_service_update() {
|
|||
_docker_swarm() {
|
||||
local subcommands="
|
||||
init
|
||||
inspect
|
||||
join
|
||||
join-token
|
||||
leave
|
||||
|
@ -1855,20 +1854,6 @@ _docker_swarm_init() {
|
|||
esac
|
||||
}
|
||||
|
||||
_docker_swarm_inspect() {
|
||||
case "$prev" in
|
||||
--format|-f)
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--format -f --help" -- "$cur" ) )
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
_docker_swarm_join() {
|
||||
case "$prev" in
|
||||
--token)
|
||||
|
|
Loading…
Add table
Reference in a new issue