MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / DefaultExiter

Struct DefaultExiter

log/log.go:14–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type DefaultExiter struct {
15}
16
17func (e DefaultExiter) Exit(status int) {
18 os.Exit(status)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected