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

Method UnmarshalFlag

command/flag/trimmed_string.go:9–12  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

7type TrimmedString string
8
9func (t *TrimmedString) UnmarshalFlag(value string) error {
10 *t = TrimmedString(strings.TrimSpace(value))
11 return nil
12}

Callers

nothing calls this directly

Calls 1

TrimmedStringTypeAlias · 0.85

Tested by

no test coverage detected