mirror of https://github.com/docker/cli.git
bash completion: add --password-stdin
Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
parent
3e392505a8
commit
bbfe23f9e6
|
@ -2684,7 +2684,7 @@ _docker_login() {
|
|||
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--help --password -p --username -u" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--help --password --password-stdin -p --username -u" -- "$cur" ) )
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue