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

Method Names

flag_ext.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (e *extFlag) Names() []string {
33 return []string{e.f.Name}
34}
35
36func (e *extFlag) IsSet() bool {
37 return false

Callers 1

TestExtFlagFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestExtFlagFunction · 0.76