Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
type
TrimmedString string
8
9
func
(t *TrimmedString) UnmarshalFlag(value string) error {
10
*t = TrimmedString(strings.TrimSpace(value))
11
return
nil
12
}
Callers
nothing calls this directly
Calls
1
TrimmedString
TypeAlias · 0.85
Tested by
no test coverage detected