Uh oh!
There was an error while loading. Please reload this page.
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 |
albers
left a comment
There was a problem hiding this comment.
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
7251b17 to
2d74be8CompareUh oh!
There was an error while loading. Please reload this page.
thaJeztah
commented
May 1, 2022
@albers rebased this one, and removed the bash completion changes (spotted one variable we missed); ptal |
albers
left a comment
There was a problem hiding this comment.
LGTM, though I have to admit that I'm not an expert on zsh completion.
thaJeztah
commented
May 2, 2022
hehe, neither am I, but I think removing those lines should be "good". Thanks for looking; let me get this one in! |