Outdated option for kubectl version subcommand #224
Replies: 2 comments 2 replies
-
I realize that there's a legitimate reason to preserve removed options in the context menu, just in case someone is still on a version where they still exist, but I wonder if it's possible to add a deprecation/removal note. Or is that too much maintenance complexity for this tool? |
Beta Was this translation helpful? Give feedback.
-
All of our CLI specs are opensource and for third-party CLIs we largely rely on community contributions: https://github.com/withfig/autocomplete If you want to to contribute this change we are happy to merge. Otherwise going to close this since it is not really an issue with the actual application. |
Beta Was this translation helpful? Give feedback.
-
Checks
q doctor
in the affected command line session and it didn't resolve my issueq restart
and it didn't resolve my issueExpected behaviour
Typing
kubectl version
should bring up a context menu with the correct options:Actual behaviour
The context menu includes an option for
--short
, which was removed in version 1.28.Steps to reproduce
Environment
Beta Was this translation helpful? Give feedback.
All reactions