mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Add zsh completion for 'docker cp -L --follow-link'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: 2e6cd43572
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
9e0a30c1e8
commit
17e906122a
@@ -592,6 +592,7 @@ __docker_subcommand() {
|
||||
(cp)
|
||||
_arguments $(__docker_arguments) \
|
||||
$opts_help \
|
||||
"($help -L --follow-link)"{-L,--follow-link}"[Always follow symbol link in SRC_PATH]" \
|
||||
"($help -)1:container:->container" \
|
||||
"($help -)2:hostpath:_files" && ret=0
|
||||
case $state in
|
||||
|
||||
Reference in New Issue
Block a user