Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update shell completion scripts | Paul Holzinger | 2021-07-02 |
| | | | | | | | | | | | | | The new cobra v1.2.0 release brings a number of bug fixes for shell completion scripts. Regenerate the scripts with `make completions` to sync them with the upstream version, currently we have some custom ones to avoid some upstream bugs. Because the new cobra version has all fixes we should use the upstream scripts. Add a check to CI to ensure we always use the up to date scripts. [NO TESTS NEEDED] Signed-off-by: Paul Holzinger <pholzing@redhat.com> | ||
* | Fixes from make codespell | Daniel J Walsh | 2021-04-21 |
| | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | Add powershell completions | Paul Holzinger | 2021-03-29 |
Add support for generating powershell completion files. This is especially useful for people using the podman remote client on windows. [NO TESTS NEEDED] Signed-off-by: Paul Holzinger <paul.holzinger@web.de> |