We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3e6c4 commit f686465Copy full SHA for f686465
cli/cmd/version.go
@@ -27,13 +27,8 @@ func AddVersionCmd(rootCmd *cobra.Command) {
27
version := VersionCmd{
28
cmd: &cobra.Command{
29
Use: "version",
30
- Short: "A brief description of your command",
31
- Long: `A longer description that spans multiple lines and likely contains examples
32
-and usage of using your command. For example:
33
-
34
-Cobra is a CLI library for Go that empowers applications.
35
-This application is a tool to generate the needed files
36
-to quickly create a Cobra application.`,
+ Short: "Print version",
+ Long: `Prints current version of Codesphere CLI.`,
37
},
38
}
39
rootCmd.AddCommand(version.cmd)
0 commit comments