()
| 9 | ) |
| 10 | |
| 11 | func main() { |
| 12 | if err := cmds.Execute(); err != nil { |
| 13 | if !errors.Is(err, color.ErrSilent) { |
| 14 | color.PrintError(err, "failed to execute command, run 'celer help' for usage information.") |
| 15 | } |
| 16 | os.Exit(1) |
| 17 | } |
| 18 | } |
nothing calls this directly
no test coverage detected