Skip to content

Commit 9211fc3

Browse files
committed
Merge pull request moby#19655 from sdurrheimer/zsh-completion-cp-follow-link
Add zsh completion for 'docker cp -L --follow-link'
2 parents 5719dca + 490ea69 commit 9211fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/zsh/_docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ __docker_subcommand() {
592592
(cp)
593593
_arguments $(__docker_arguments) \
594594
$opts_help \
595+
"($help -L --follow-link)"{-L,--follow-link}"[Always follow symbol link in SRC_PATH]" \
595596
"($help -)1:container:->container" \
596597
"($help -)2:hostpath:_files" && ret=0
597598
case $state in

0 commit comments

Comments
 (0)