Merge pull request #11890 from albers/completion-run-cgroup-parent
Do not complete --cgroup-parent as _filedir
This commit is contained in:
commit
a0d90f18d5
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ _docker_run() {
|
|||
__docker_capabilities
|
||||
return
|
||||
;;
|
||||
--cidfile|--cgroup-parent|--env-file|--label-file)
|
||||
--cidfile|--env-file|--label-file)
|
||||
_filedir
|
||||
return
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue