Home
last modified time | relevance | path

Searched defs:FlagNotDefinedError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/cmdflag/
Dflag.go26 type FlagNotDefinedError struct { struct
27 RawArg string // the original argument, like --foo or -foo=value
28 Name string
29 HasValue bool // is this the -foo=value or --foo=value form?
30 Value string // only provided if HasValue is true
33 func (e FlagNotDefinedError) Error() string {