For at least bash and zsh. Bash completion tutorial: https://www.debian-administration.org/article/316/An_introduction_to_bash_completion_part_1 zsh completion tutorial: https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org Example for docker-compose: https://github.com/docker/compose/tree/master/contrib/completion We probably want to try and figure out a way to inherit the docker-compose one.
For at least bash and zsh.
Bash completion tutorial: https://www.debian-administration.org/article/316/An_introduction_to_bash_completion_part_1
zsh completion tutorial: https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org
Example for docker-compose: https://github.com/docker/compose/tree/master/contrib/completion
We probably want to try and figure out a way to inherit the docker-compose one.