1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #27717 from sdurrheimer/zsh-completion-fix-exec-env

Fix zsh completion for 'docker exec --env'
Upstream-commit: e1c04514dd7fdefa7fc46cc88c8f2c7741210664
Component: engine
This commit is contained in:
Brian Goff
2016-10-25 06:51:06 -07:00
committed by GitHub

View File

@@ -1680,7 +1680,7 @@ __docker_subcommand() {
$opts_help \
$opts_attach_exec_run_start \
"($help -d --detach)"{-d,--detach}"[Detached mode: leave the container running in the background]" \
"($help -e --env)"{-e,--env}"[Set environment variables]" \
"($help)*"{-e=,--env=}"[Set environment variables]:environment variable: " \
"($help -i --interactive)"{-i,--interactive}"[Keep stdin open even if not attached]" \
"($help)--privileged[Give extended Linux capabilities to the command]" \
"($help -t --tty)"{-t,--tty}"[Allocate a pseudo-tty]" \