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

TypeAlias TrimmedString

command/flag/trimmed_string.go:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type TrimmedString string
8
9func (t *TrimmedString) UnmarshalFlag(value string) error {
10 *t = TrimmedString(strings.TrimSpace(value))

Calls

no outgoing calls

Tested by

no test coverage detected