mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
add zsh completion support for bundle
Signed-off-by: Ke Xu <leonhartx.k@gmail.com>
This commit is contained in:
@@ -204,6 +204,11 @@ __docker-compose_subcommand() {
|
||||
'--pull[Always attempt to pull a newer version of the image.]' \
|
||||
'*: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>.dsb".]:file:_files' && ret=0
|
||||
;;
|
||||
(config)
|
||||
_arguments \
|
||||
$opts_help \
|
||||
|
||||
Reference in New Issue
Block a user