mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #21483 from albers/completion-load--quiet
bash completion for `docker load --quiet`
This commit is contained in:
commit
68c920883e
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