mirror of https://github.com/docker/cli.git
Add bash completion for `system prune --volumes`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
2eac0bb7b7
commit
36b572dfdf
|
@ -4322,7 +4322,7 @@ _docker_system_prune() {
|
||||||
|
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
-*)
|
-*)
|
||||||
COMPREPLY=( $( compgen -W "--all -a --force -f --filter --help" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "--all -a --force -f --filter --help --volumes" -- "$cur" ) )
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue