Replace will fully overwrite any data currently in the flag value list.
([]string)
| 221 | Append(string) error |
| 222 | // Replace will fully overwrite any data currently in the flag value list. |
| 223 | Replace([]string) error |
| 224 | // GetSlice returns the flag value list as an array of strings. |
| 225 | GetSlice() []string |
| 226 | } |
no outgoing calls