mirror of https://github.com/docker/cli.git
zsh completion: add --password-stdin
Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
parent
bbfe23f9e6
commit
90619e5054
|
@ -2761,6 +2761,7 @@ __docker_subcommand() {
|
|||
_arguments $(__docker_arguments) -A '-*' \
|
||||
$opts_help \
|
||||
"($help -p --password)"{-p=,--password=}"[Password]:password: " \
|
||||
"($help)--password-stdin[Read password from stdin]" \
|
||||
"($help -u --user)"{-u=,--user=}"[Username]:username: " \
|
||||
"($help -)1:server: " && ret=0
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue