MCPcopy Index your code
hub / github.com/cloudfoundry/cli / StringFlag

Struct StringFlag

cf/flags/string.go:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package flags
2
3type StringFlag struct {
4 Name string
5 Value string
6 Usage string
7 ShortName string
8 Hidden bool
9}
10
11func (f *StringFlag) Set(v string) {
12 f.Value = v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected