Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CLI): add tool name to Retina CLI help message (#891)
# Description This PR fixes a bug where the tool name is missing in the help message of Retina CLI. As a side effect, the `kubectl-retina completion` command will now generate a completion script that works correctly. ## Related Issue If this pull request is related to any issue, please mention it here. Additionally, make sure that the issue is assigned to you before submitting this pull request. #973 ## Checklist - [X] I have read the [contributing documentation](https://retina.sh/docs/contributing). - [X] I signed and signed-off the commits (`git commit -S -s ...`). See [this documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) on signing commits. - [X] I have correctly attributed the author(s) of the code. - [X] I have tested the changes locally. - [X] I have followed the project's style guidelines. - [ ] I have updated the documentation, if necessary. - [ ] I have added tests, if applicable. ## Screenshots (if applicable) or Testing Completed Please add any relevant screenshots or GIFs to showcase the changes made. ## Additional Notes before: ``` $ kubectl-retina Usage: [command] ``` after: ``` $ kubectl-retina A kubectl plugin for Retina Retina is an eBPF distributed networking observability tool for Kubernetes. Usage: kubectl-retina [command] ``` --- Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more information on how to contribute to this project. --------- Signed-off-by: k-nzw <[email protected]>
- Loading branch information