GetValue returns the flags value as string representation and an empty string if the flag takes no value at all.
()
| 129 | // GetValue returns the flags value as string representation and an empty |
| 130 | // string if the flag takes no value at all. |
| 131 | GetValue() string |
| 132 | |
| 133 | // GetDefaultText returns the default text for this flag |
| 134 | GetDefaultText() string |
no outgoing calls