Add zsh completion for 'docker cp -L --follow-link'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
master
Steve Durrheimer 2016-01-25 08:09:30 +01:00 committed by Tibor Vass
parent 922fa19637
commit 2e6cd43572
1 changed files with 1 additions and 0 deletions

View File

@ -592,6 +592,7 @@ __docker_subcommand() {
(cp) (cp)
_arguments $(__docker_arguments) \ _arguments $(__docker_arguments) \
$opts_help \ $opts_help \
"($help -L --follow-link)"{-L,--follow-link}"[Always follow symbol link in SRC_PATH]" \
"($help -)1:container:->container" \ "($help -)1:container:->container" \
"($help -)2:hostpath:_files" && ret=0 "($help -)2:hostpath:_files" && ret=0
case $state in case $state in