MCPcopy
hub / github.com/urfave/cli / exitError

Struct exitError

errors.go:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101type exitError struct {
102 exitCode int
103 err error
104}
105
106// Exit wraps a message and exit code into an error, which by default is
107// handled with a call to os.Exit during default error handling.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected