mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #2693 from javiertejero/master
Fix `docker rmi` tab completion
This commit is contained in:
commit
3b830aac8c
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ __rm() {
|
|||
|
||||
__rmi() {
|
||||
_arguments \
|
||||
'(-f,--force=)'{-f,--force=}'[Force]' \
|
||||
'(-f,--force=)'{-f,--force=}'[Force]'
|
||||
__docker_images
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue