Commit 74e4649
Complete running containers correctly after docker rm -vf in Zsh
When using option-stacking the -f flag that controls completing running
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 2ea4dc1 commit 74e4649
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
851 | | - | |
| 851 | + | |
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
| |||
0 commit comments