bash completion for `docker cp --follow-link`

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2016-01-24 05:39:52 -08:00
parent 7aafa76662
commit 7b3058b864
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ _docker_commit() {
_docker_cp() { _docker_cp() {
case "$cur" in case "$cur" in
-*) -*)
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) ) COMPREPLY=( $( compgen -W "--follow-link -L --help" -- "$cur" ) )
;; ;;
*) *)
local counter=$(__docker_pos_first_nonflag) local counter=$(__docker_pos_first_nonflag)