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 a1df65f commit bd38b35Copy full SHA for bd38b35
cmd/version.go
@@ -11,13 +11,8 @@ const version = "v1.0.2"
11
// versionCmd represents the version command
12
var versionCmd = &cobra.Command{
13
Use: "version",
14
- Short: "A brief description of your command",
15
- Long: `A longer description that spans multiple lines and likely contains examples
16
-and usage of using your command. For example:
17
-
18
-Cobra is a CLI library for Go that empowers applications.
19
-This application is a tool to generate the needed files
20
-to quickly create a Cobra application.`,
+ Short: "Print bbx version",
+ Long: `Print bbx version`,
21
Run: func(cmd *cobra.Command, args []string) {
22
fmt.Println(version)
23
},
0 commit comments