Commit 3a72cea
committed
Complete stopped containers correctly after docker rm -vf in Zsh
When using option-stacking the -f flag that controls completing stopped
containers can be a part of another word of options, so use opt_args
that contains the parsed arguments from _arguments to check for it
instead.
Signed-off-by: Segev Finer <segev208@gmail.com>1 parent 220c50a commit 3a72cea
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
841 | | - | |
| 841 | + | |
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
| |||
0 commit comments