mirror of
https://github.com/docker/compose.git
synced 2025-07-21 20:54:32 +02:00
Merge pull request #3645 from leonhartX/zsh-completion-bundle
add zsh completion support for bundle
This commit is contained in:
commit
bc0939dcf0
@ -204,6 +204,11 @@ __docker-compose_subcommand() {
|
|||||||
'--pull[Always attempt to pull a newer version of the image.]' \
|
'--pull[Always attempt to pull a newer version of the image.]' \
|
||||||
'*:services:__docker-compose_services_from_build' && ret=0
|
'*:services:__docker-compose_services_from_build' && ret=0
|
||||||
;;
|
;;
|
||||||
|
(bundle)
|
||||||
|
_arguments \
|
||||||
|
$opts_help \
|
||||||
|
'(--output -o)'{--output,-o}'[Path to write the bundle file to. Defaults to "<project name>.dab".]:file:_files' && ret=0
|
||||||
|
;;
|
||||||
(config)
|
(config)
|
||||||
_arguments \
|
_arguments \
|
||||||
$opts_help \
|
$opts_help \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user