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 91478c9 commit 6b54f44Copy full SHA for 6b54f44
cmd/root.go
@@ -8,13 +8,7 @@ import (
8
9
var rootCmd = &cobra.Command{
10
Use: "commitify",
11
- Short: "A brief description of your application",
12
- Long: `A longer description that spans multiple lines and likely contains
13
-examples and usage of using your application. For example:
14
-
15
-Cobra is a CLI library for Go that empowers applications.
16
-This application is a tool to generate the needed files
17
-to quickly create a Cobra application.`,
+ Short: "CLI for thinking commit message",
18
}
19
20
func Execute() {
cmd/version.go
0 commit comments