-
Notifications
You must be signed in to change notification settings - Fork 954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: add shell completions generator #3343
Conversation
570bbbf
to
2063fb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple of nits
* tomas/shell-complete: fixup! cli: add shell completions generator changelog: add #3343 cli: add shell completions generator
@tzemanovic there is a problem in |
fixed the sdk build issue in 1cf6192 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3343 +/- ##
==========================================
- Coverage 53.92% 53.89% -0.04%
==========================================
Files 317 317
Lines 107575 107638 +63
==========================================
- Hits 58011 58007 -4
- Misses 49564 49631 +67 ☔ View full report in Codecov by Sentry. |
1cf6192
to
d776ff2
Compare
* tomas/shell-complete: update Cargo.lock changelog: add #3343 cli: add shell completions generator
Describe your changes
Adds
namada complete
command to generate shell completions. Requires--shell
with one of:To use in e.g. bash, run
namada complete --shell bash > /usr/share/bash-completion/completions/namada.bash
.Indicate on which release or other PRs this topic is based on
0.39.0
Checklist before merging to
draft