MCPcopy
hub / github.com/hashicorp/vault / FlagExample

Interface FlagExample

command/base_flags.go:22–24  ·  view source on GitHub ↗

FlagExample is an interface which declares an example value.

Source from the content-addressed store, hash-verified

20
21// FlagExample is an interface which declares an example value.
22type FlagExample interface {
23 Example() string
24}
25
26// FlagVisibility is an interface which declares whether a flag should be
27// hidden from help and completions. This is usually used for deprecations

Callers 1

printFlagDetailFunction · 0.65

Implementers 12

boolPtrValuecommand/base_flags.go
boolValuecommand/base_flags.go
intValuecommand/base_flags.go
int64Valuecommand/base_flags.go
uintValuecommand/base_flags.go
uint64Valuecommand/base_flags.go
stringValuecommand/base_flags.go
float64Valuecommand/base_flags.go
durationValuecommand/base_flags.go
stringSliceValuecommand/base_flags.go
stringMapValuecommand/base_flags.go
timeValuecommand/base_flags.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…