Skip to content

Commit

Permalink
[doc] Update document and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamontat Chantrachirathumrong committed Sep 11, 2018
1 parent 465780a commit 75909c1
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,21 @@ var verbose bool

// rootCmd represents the base command when called without any subcommands.
var rootCmd = &cobra.Command{
Use: "gitgo",
Short: "gitgo command by Kamontat Chantrachurathumrong",
Version: "2.0.3",
Use: "gitgo",
Short: "gitgo command by Kamontat Chantrachurathumrong",
Long: `Gitgo: git commit for organize user.
This command create by golang with cobra cli.
Motivation by gitmoji,
I used to like gitmoji but emoji isn't made for none developer.
And the problem I got is I forget which emoji is represent what.
And hard to generate changelog file.
So I think 'short key text' is the solution of situation.
2.1.0 -> Add commit initial command
`,
Version: "2.1.0",
}

// Execute is execute method that call by cobra cli.
Expand Down

0 comments on commit 75909c1

Please sign in to comment.