MCPcopy Create free account
hub / github.com/bracesdev/errtrace / main

Function main

cmd/errtrace/main.go:55–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53)
54
55func main() {
56 cmd := &mainCmd{
57 Stdin: os.Stdin,
58 Stderr: os.Stderr,
59 Stdout: os.Stdout,
60 Getenv: os.Getenv,
61 }
62
63 os.Exit(cmd.Run(os.Args[1:]))
64}
65
66type mainParams struct {
67 Write bool // -w

Callers

nothing calls this directly

Calls 1

RunMethod · 0.95

Tested by

no test coverage detected