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

Method Error

acceptance/acceptance_test.go:1283–1285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1281}
1282
1283func (e missingEnvError) Error() string {
1284 return fmt.Sprintf("environment variable(s) %s must be set and non-empty", strings.Join(e.missingEnvs, ", "))
1285}
1286
1287type testScriptEnv struct {
1288 host string

Calls 1

JoinMethod · 0.80

Tested by

no test coverage detected