podman: podman completion is missing from podman help
I was able to find docs for podman completion here but I would expect it to be part of the Available Commands section when using podman help
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 24 (17 by maintainers)
@IzhakJakov Maybe related: https://github.com/spf13/cobra/issues/1529
Anyway the point of the issue is that completion is not in --help but listed in the docs. I peronally think this is fine but others seem to disagree. I am fine with making the command visible in --help but I strongly disagree in removing the documentation and/or not supporting this command. The
completioncommand is not something I invented. It is a common thing in applications who use the cobra library. In recent versions this command is even added automatically and application have to actively opt out. You will find this in many applications, e.g. kubectl