bash completion for stack deploy --prune
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
7ca86796c9
commit
8f159358fb
1 changed files with 1 additions and 1 deletions
|
@ -4017,7 +4017,7 @@ _docker_stack_deploy() {
|
|||
|
||||
case "$cur" in
|
||||
-*)
|
||||
local options="--compose-file -c --help --with-registry-auth"
|
||||
local options="--compose-file -c --help --prune --with-registry-auth"
|
||||
__docker_daemon_is_experimental && options+=" --bundle-file"
|
||||
COMPREPLY=( $( compgen -W "$options" -- "$cur" ) )
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue