Upgrade the version of cobra to the latest
t-kikuc opened this issue · 3 comments
t-kikuc commented
What would you like to be added:
To renew the version of cobra.
Currently, we use cobra v1.0.0 as below.
Line 42 in 4285674
Today, the current latest of cobra is v1.8.0. See https://github.com/spf13/cobra/releases.
Why is this needed:
To use newer useful options of cobra, like MarkFlagsMutuallyExclusive or
MarkFlagsOneRequired
t-kikuc commented
For example of new options, see #4785 (comment)