mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bash completion for docker load --quiet
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
e88dff6bb4
commit
aa9170f066
1 changed files with 1 additions and 1 deletions
|
@ -1211,7 +1211,7 @@ _docker_load() {
|
||||||
|
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
-*)
|
-*)
|
||||||
COMPREPLY=( $( compgen -W "--help --input -i" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "--help --input -i --quiet -q" -- "$cur" ) )
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue