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

Update bash-completion to reflect ability to push single tags

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
Upstream-commit: f66535d618
Component: cli
This commit is contained in:
Tianon Gravi
2014-06-19 10:11:32 -06:00
committed by Tibor Vass
parent 92390c2d1d
commit 981c039714

View File

@@ -385,7 +385,7 @@ _docker_ps()
{
case "$prev" in
--since|--before)
__docker_containers_all
__docker_containers_all
;;
-n)
return
@@ -430,9 +430,7 @@ _docker_push()
{
local counter=$(__docker_pos_first_nonflag)
if [ $cword -eq $counter ]; then
__docker_image_repos
# TODO replace this with __docker_image_repos_and_tags
# see https://github.com/dotcloud/docker/issues/3411
__docker_image_repos_and_tags
fi
}