mirror of https://github.com/docker/cli.git
Because the option takes an argument, a special treatment is required in the preceding case
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
591a1273fd
commit
da6b8cb5de
|
@ -1435,6 +1435,9 @@ _docker_container_exec() {
|
|||
__docker_complete_user_group
|
||||
return
|
||||
;;
|
||||
--workdir|-w)
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$cur" in
|
||||
|
|
Loading…
Reference in New Issue