mirror of https://github.com/docker/cli.git
Add zsh completion for 'docker cp -L --follow-link'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
922fa19637
commit
2e6cd43572
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue