mirror of https://github.com/docker/cli.git
Add quiet flag to bash completion for docker pull
Signed-off-by: Mohini Anne Dsouza <mohini3917@gmail.com>
This commit is contained in:
parent
6deb4f1f63
commit
db31142a6a
|
@ -2803,7 +2803,7 @@ _docker_image_pull() {
|
|||
|
||||
case "$cur" in
|
||||
-*)
|
||||
local options="--all-tags -a --disable-content-trust=false --help"
|
||||
local options="--all-tags -a --disable-content-trust=false --help --quiet -q"
|
||||
__docker_server_is_experimental && options+=" --platform"
|
||||
|
||||
COMPREPLY=( $( compgen -W "$options" -- "$cur" ) )
|
||||
|
|
Loading…
Reference in New Issue