mirror of https://github.com/docker/cli.git
Add zsh completion for new 'docker daemon --cluster-store-opt discovery.heartbeat discovery.ttl kv.path' options
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
f9a1ff0795
commit
f73b4335ff
|
@ -690,7 +690,7 @@ __docker_subcommand() {
|
|||
if compset -P '*='; then
|
||||
_files && ret=0
|
||||
else
|
||||
opts=('kv.cacertfile' 'kv.certfile' 'kv.keyfile')
|
||||
opts=('discovery.heartbeat' 'discovery.ttl' 'kv.cacertfile' 'kv.certfile' 'kv.keyfile' 'kv.path')
|
||||
_describe -t cluster-store-opts "Cluster Store Options" opts -qS "=" && ret=0
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue