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 9dc0f14 commit 6bb44ccCopy full SHA for 6bb44cc
cmd/root.go
@@ -19,10 +19,11 @@ var (
19
)
20
21
var rootCmd = &cobra.Command{
22
- Use: "goji",
23
- Short: "Goji CLI",
24
- Long: `Goji is a CLI tool to generate conventional commits with emojis`,
25
- SilenceUsage: true,
+ Use: "goji",
+ Short: "Goji CLI",
+ Long: `Goji is a CLI tool to generate conventional commits with emojis`,
+ SilenceUsage: true,
26
+ SilenceErrors: true,
27
RunE: func(cmd *cobra.Command, args []string) error {
28
if versionFlag {
29
color.Green("goji version: v%s", version)
0 commit comments