posh-docker
posh-docker copied to clipboard
Support new docker sub commands
The Docker client now has a new structure with sub commands.
For example:
docker container --help
docker container run ...
docker image --help
docker image ls
How can posh-docker be enhanced to support tab completion for these sub commands as well?
Right, I'll take a look this week to see how we can do this.
Thank you.
Haven't been able to take a look at this yet, but I didn't forget it :)
Any new info on this?
Thanks for the nod, I'm combining this with adding tests so I don't break compatibility with older versions.
Great, thanks!