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

Method GetUsage

flag_ext.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (e *extFlag) GetUsage() string {
53 return e.f.Usage
54}
55
56func (e *extFlag) GetValue() string {
57 return e.f.Value.String()

Callers 1

TestExtFlagFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestExtFlagFunction · 0.76