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

Method IsFromEnv

value_source.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21// printing help text
22type EnvValueSource interface {
23 IsFromEnv() bool
24 Key() string
25}
26

Callers 1

EnvKeysMethod · 0.65

Implementers 1

envVarValueSourcevalue_source.go

Calls

no outgoing calls

Tested by

no test coverage detected