MCPcopy Create free account
hub / github.com/cli/cli / Error

Method Error

acceptance/acceptance_test.go:555–557  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

553}
554
555func (e missingEnvError) Error() string {
556 return fmt.Sprintf("environment variable(s) %s must be set and non-empty", strings.Join(e.missingEnvs, ", "))
557}
558
559type testScriptEnv struct {
560 host string

Calls 1

JoinMethod · 0.80

Tested by

no test coverage detected