mirror of https://github.com/docker/docs.git
remove zsh completion for `docker tag -f`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
59754c4bd8
commit
1bd5424c38
|
@ -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