mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #6547 from tianon/update-bash-completion-for-pushing-tags
Update bash-completion to reflect ability to push single tags
This commit is contained in:
commit
2eac1c4bc5
1 changed files with 2 additions and 4 deletions
|
@ -385,7 +385,7 @@ _docker_ps()
|
||||||
{
|
{
|
||||||
case "$prev" in
|
case "$prev" in
|
||||||
--since|--before)
|
--since|--before)
|
||||||
__docker_containers_all
|
__docker_containers_all
|
||||||
;;
|
;;
|
||||||
-n)
|
-n)
|
||||||
return
|
return
|
||||||
|
@ -430,9 +430,7 @@ _docker_push()
|
||||||
{
|
{
|
||||||
local counter=$(__docker_pos_first_nonflag)
|
local counter=$(__docker_pos_first_nonflag)
|
||||||
if [ $cword -eq $counter ]; then
|
if [ $cword -eq $counter ]; then
|
||||||
__docker_image_repos
|
__docker_image_repos_and_tags
|
||||||
# TODO replace this with __docker_image_repos_and_tags
|
|
||||||
# see https://github.com/dotcloud/docker/issues/3411
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue