docker-cli-openbsd/contrib/completion
Vincent Bernat b10fb43048 zsh: allow option stacking for short options without arguments
This enables Zsh to understand commands like "docker run -it
ubuntu". However, by enabling this, this also makes Zsh completes
"docker run -u<tab>" with "docker run -uapprox" which is not valid. The
users have to put the space or the equal sign themselves before trying
to complete.

Therefore, this behavior is disabled by default. To enable it:

    zstyle ':completion:*:*:docker:*' option-stacking yes
    zstyle ':completion:*:*:docker-*:*' option-stacking yes

Signed-off-by: Vincent Bernat <vincent@bernat.im>
2017-06-02 00:07:15 +00:00
..
bash Add Splunk logging driver #16207 2017-06-02 00:07:14 +00:00
fish Deprecate -c cli short variant flag in docker cli 2017-06-02 00:07:13 +00:00
zsh zsh: allow option stacking for short options without arguments 2017-06-02 00:07:15 +00:00
REVIEWERS Remove subdirectories MAINTAINERS files 2017-06-02 00:06:48 +00:00