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.
1 parent c4cad80 commit 4289306Copy full SHA for 4289306
cli/cmd/root.go
@@ -79,6 +79,8 @@ func Execute() {
79
rootCmd.AddCommand(configureCmd)
80
rootCmd.AddCommand(completionCmd)
81
82
+ rootCmd.SetVersionTemplate(`{{printf "%s\n" .Version}}`)
83
+
84
rootCmd.Execute()
85
}
86
0 commit comments