Add dependencies for tab completion docker-env
This commit is contained in:
parent
169aa7961b
commit
b54f091941
@ -240,8 +240,8 @@ function _docker-env() {
|
|||||||
"-h[Container host name]" \
|
"-h[Container host name]" \
|
||||||
"-m[Memory limit]" \
|
"-m[Memory limit]" \
|
||||||
"-u[Username or UID (format: (<name|uid>|(<name|uid>:<group|gid>)))]" \
|
"-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 -h -m -u)--[Explicitely stop switches and start positional arguments]" \
|
||||||
"(-p -e -v -w --)1:Container image:->image" \
|
"(-p -e -v -w -h -m -u --)1:Container image:->image" \
|
||||||
"*:Container CMD:->cmd"
|
"*:Container CMD:->cmd"
|
||||||
|
|
||||||
case $state in
|
case $state in
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user