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 bb6c314 commit be3d337Copy full SHA for be3d337
cmd/version.go
@@ -13,13 +13,8 @@ var (
13
func NewVersionCommand() *cobra.Command {
14
VersionCmd := &cobra.Command{
15
Use: "version",
16
- Short: "A brief description of your command",
17
- Long: `A longer description that spans multiple lines and likely contains examples
18
- and usage of using your command. For example:
19
-
20
- Cobra is a CLI library for Go that empowers applications.
21
- This application is a tool to generate the needed files
22
- to quickly Version a Cobra application.`,
+ Short: "Version of tmpltr you have installed",
+ Long: `Version of tmpltr you have installed`,
23
24
RunE: func(c *cobra.Command, _ []string) error {
25
_, _ = fmt.Fprintf(c.OutOrStderr(), "%s\n", version)
0 commit comments