MCPcopy Index your code
hub / github.com/ProspectOne/perfops-cli / argError

Struct argError

cmd/root_test.go:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152func (e *unauthedError) IsUnauthorized() bool { return true }
153
154type argError struct {
155 name string
156}
157
158func (e *argError) Error() string { return fmt.Sprintf("invalid argument: %s", e.name) }
159func (e *argError) ArgName() string { return e.name }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected