MCPcopy Create free account
hub / github.com/celer-pkg/celer / main

Function main

main.go:11–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9)
10
11func 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}

Callers

nothing calls this directly

Calls 3

ExecuteFunction · 0.92
PrintErrorFunction · 0.92
IsMethod · 0.80

Tested by

no test coverage detected