()
| 42 | |
| 43 | if _, err := p.Run(); err != nil { |
| 44 | fmt.Println(style.Err(fmt.Sprintf("Error running UI: %v", err))) |
| 45 | os.Exit(1) |
| 46 | } |
| 47 | }, |
| 48 | } |
| 49 | |
| 50 | func init() { |
| 51 | rootCmd.AddCommand(commitCmd) |
| 52 | |
| 53 | commitCmd.Flags().BoolVarP(&includeEmoji, "emoji", "e", false, "Include emoji to the commit message.") |
nothing calls this directly
no outgoing calls
no test coverage detected