-
Notifications
You must be signed in to change notification settings - Fork 2k
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
contrib/completion: remove "compose on kubernetes" flags zsh completion #3439
Conversation
thaJeztah
commented
Feb 24, 2022
- Follow up to Drop support for (archived) Compose-on-Kubernetes #3139
- Addresses Drop Kubernetes support (compose-on-kubernetes is now unmaintained & archived) #2967
Codecov Report
@@ Coverage Diff @@
## master #3439 +/- ##
=======================================
Coverage 59.48% 59.48%
=======================================
Files 287 287
Lines 24182 24182
=======================================
Hits 14385 14385
Misses 8931 8931
Partials 866 866 |
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.
Bash completion LGTM. I found some nits regarding consistency.
Keeping the $options
variables instead of inlining them probably improves readybility.
But the existing code only uses such variables where option lists are constructed incrementally, so for consistency I recommend to remove them.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
7251b17
to
2d74be8
Compare
@albers rebased this one, and removed the bash completion changes (spotted one variable we missed); ptal |
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.
LGTM, though I have to admit that I'm not an expert on zsh completion.
hehe, neither am I, but I think removing those lines should be "good". Thanks for looking; let me get this one in! |