Add dependencies for tab completion docker-env

This commit is contained in:
Daniel_I_Am 2022-05-31 13:35:54 +02:00
parent 169aa7961b
commit b54f091941

View File

@ -240,8 +240,8 @@ function _docker-env() {
"-h[Container host name]" \
"-m[Memory limit]" \
"-u[Username or UID (format: (<name|uid>|(<name|uid>:<group|gid>)))]" \
"(-p -e -v -w)--[Explicitely stop switches and start positional arguments]" \
"(-p -e -v -w --)1:Container image:->image" \
"(-p -e -v -w -h -m -u)--[Explicitely stop switches and start positional arguments]" \
"(-p -e -v -w -h -m -u --)1:Container image:->image" \
"*:Container CMD:->cmd"
case $state in