Skip to content

Commit

Permalink
Merge pull request #1948 from rhnvrm/patch-1
Browse files Browse the repository at this point in the history
fix: docker login autocomplete for zsh
  • Loading branch information
vdemeester committed Jun 25, 2019
2 parents 44578e5 + 1dc756e commit 67ab4ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/completion/zsh/_docker
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# - Felix Riedel
# - Steve Durrheimer
# - Vincent Bernat
# - Rohan Verma
#
# license:
#
Expand Down Expand Up @@ -2784,7 +2785,7 @@ __docker_subcommand() {
$opts_help \
"($help -p --password)"{-p=,--password=}"[Password]:password: " \
"($help)--password-stdin[Read password from stdin]" \
"($help -u --user)"{-u=,--user=}"[Username]:username: " \
"($help -u --username)"{-u=,--username=}"[Username]:username: " \
"($help -)1:server: " && ret=0
;;
(logout)
Expand Down

0 comments on commit 67ab4ab

Please sign in to comment.