Commit 3b830aac authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2693 from javiertejero/master

Fix `docker rmi` tab completion
parents a9061f34 7949a1cd
...@@ -166,7 +166,7 @@ __rm() { ...@@ -166,7 +166,7 @@ __rm() {
__rmi() { __rmi() {
_arguments \ _arguments \
'(-f,--force=)'{-f,--force=}'[Force]' \ '(-f,--force=)'{-f,--force=}'[Force]'
__docker_images __docker_images
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment