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

TypeAlias FlagsByName

flag.go:69–69  ·  view source on GitHub ↗

FlagsByName is a slice of Flag.

Source from the content-addressed store, hash-verified

67
68// FlagsByName is a slice of Flag.
69type FlagsByName []Flag
70
71func (f FlagsByName) Len() int {
72 return len(f)

Callers 1

TestFlagsByNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected