We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6bc6f commit 0ca33d8Copy full SHA for 0ca33d8
contrib/completion/zsh/_docker-machine
@@ -132,6 +132,7 @@ __get_create_argument() {
132
'--swarm-discovery=[Discovery service to use with Swarm]:service:->swarm-service' \
133
'--swarm-strategy=[Define a default scheduling strategy for Swarm]:strategy:(spread binpack random)' \
134
'*--swarm-opt=[Define arbitrary flags for swarm]:flag' \
135
+ '*--swarm-join-opt=[Define arbitrary flags for Swarm join]:flag' \
136
'--swarm-host=[ip/socket to listen on for Swarm master]:host' \
137
'--swarm-addr=[addr to advertise for Swarm (default: detect and use the machine IP)]:address' \
138
'--swarm-experimental[Enable Swarm experimental features]' \
0 commit comments