We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6a5211 + a94e0c8 commit 04dec5cCopy full SHA for 04dec5c
cmd/version/version.go
@@ -66,6 +66,6 @@ func NewVersionCmd() *cobra.Command {
66
}
67
68
69
-func runVersion(cmd *cobra.Command, args []string) {
+func runVersion(_ *cobra.Command, _ []string) {
70
GetVersion().Print()
71
0 commit comments