compose/contrib/completion
Wes Higbee e7f0ab04a1 Fix docker-compose zsh running service name completion
This applies to commands that operate on running services. For example: top, stop, restart, etc.

Configuring a custom psFormat in ~/.docker/config.json can break zsh
running service name completion that depends upon default `docker ps`
output. This breaks when you don't include the output needed by
completion.

The fix specifies the explicit format needed for completion and is based
on a previous fix in the docker CLI completion: 8b38343e46

Signed-off-by: Wes Higbee <wes.mcclure@gmail.com>
2018-03-14 22:34:11 -04:00
..
bash Add support for options added in 1.20.0 to bash completion 2018-03-01 16:04:13 +01:00
fish Add fish completion to contrib. 2016-12-03 11:19:28 -05:00
zsh Fix docker-compose zsh running service name completion 2018-03-14 22:34:11 -04:00