greymd / docker-zsh-completion

Zsh completion for docker and docker-compose.
MIT License
65 stars 4 forks source link

Allow completions on `docker compose` #5

Open rlnt opened 1 year ago

rlnt commented 1 year ago

Would you be able to provide the completions for the more modern docker compose statement without a dash?

pappasam commented 11 months ago

Yeah, the README claims to support compose v2 (since that's where the link directs), but it does not appear to support it yet.

greymd commented 10 months ago

It should also provide completions for docker compose (without Dash) since this repository import the docker/cli completion file. However, this does not seem to work at this time due to the following issue. Please wait for this issue to be resolved. https://github.com/docker/cli/issues/3955