mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add zsh completion for 'docker cp -L --follow-link'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
714587196b
commit
490ea6961c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue