deps: update spf13/cobra #63838
Labels
A-cli-flags
Pertains to CLI flag handling common to all CLI commands
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
We have never updated cobra since the original release 0.0.5.
When upgrading the dependency, we need to be careful to not let the new cobra (since 0.0.7) auto-generate a short alias
-v
for--version
, as we want to keep this flag reserved for use as shorthand for--verbose
.The text was updated successfully, but these errors were encountered: