0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Merge pull request #2693 from javiertejero/master

Fix `docker rmi` tab completion
This commit is contained in:
Robby Russell 2014-04-19 07:14:39 -07:00
commit 3b830aac8c

View file

@ -166,7 +166,7 @@ __rm() {
__rmi() {
_arguments \
'(-f,--force=)'{-f,--force=}'[Force]' \
'(-f,--force=)'{-f,--force=}'[Force]'
__docker_images
}