remove zsh completion for docker tag -f
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: d6d6954d61
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
e90086e143
commit
b26213077f
@ -967,7 +967,6 @@ __docker_subcommand() {
|
||||
(tag)
|
||||
_arguments $(__docker_arguments) \
|
||||
$opts_help \
|
||||
"($help -f --force)"{-f,--force}"[force]"\
|
||||
"($help -):source:__docker_images"\
|
||||
"($help -):destination:__docker_repositories_with_tags" && ret=0
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user