Skip to content

Commit 1d52eeb

Browse files
authored
Merge pull request #5 from OneFineDev/feat/new_feature
feat: test releaser semver
2 parents bb6c314 + be3d337 commit 1d52eeb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

cmd/version.go

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ var (
1313
func NewVersionCommand() *cobra.Command {
1414
VersionCmd := &cobra.Command{
1515
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.`,
16+
Short: "Version of tmpltr you have installed",
17+
Long: `Version of tmpltr you have installed`,
2318

2419
RunE: func(c *cobra.Command, _ []string) error {
2520
_, _ = fmt.Fprintf(c.OutOrStderr(), "%s\n", version)

0 commit comments

Comments
 (0)