mirror of https://github.com/docker/cli.git
remove zsh completion for `docker tag -f`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
b50ca03b9a
commit
d6d6954d61
|
@ -967,7 +967,6 @@ __docker_subcommand() {
|
||||||
(tag)
|
(tag)
|
||||||
_arguments $(__docker_arguments) \
|
_arguments $(__docker_arguments) \
|
||||||
$opts_help \
|
$opts_help \
|
||||||
"($help -f --force)"{-f,--force}"[force]"\
|
|
||||||
"($help -):source:__docker_images"\
|
"($help -):source:__docker_images"\
|
||||||
"($help -):destination:__docker_repositories_with_tags" && ret=0
|
"($help -):destination:__docker_repositories_with_tags" && ret=0
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue