String returns a readable representation of this value (for usage defaults)
()
| 224 | |
| 225 | // String returns a readable representation of this value (for usage defaults) |
| 226 | func (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 |
| 231 | func (f *FlagBase[T, C, V]) IsSet() bool { |
no outgoing calls