MCPcopy
hub / github.com/urfave/cli / String

Method String

flag_impl.go:226–228  ·  flag_impl.go::V].String

String returns a readable representation of this value (for usage defaults)

()

Source from the content-addressed store, hash-verified

224
225// String returns a readable representation of this value (for usage defaults)
226func (f *FlagBase[T, C, V]) String() string {
227 return FlagStringer(f)
228}
229
230// IsSet returns whether or not the flag has been set through env or file
231func (f *FlagBase[T, C, V]) IsSet() bool {

Calls

no outgoing calls