GetEnvVars returns the env vars for this flag
()
| 241 | |
| 242 | // GetEnvVars returns the env vars for this flag |
| 243 | func (bif *BoolWithInverseFlag) GetEnvVars() []string { |
| 244 | return bif.Sources.EnvKeys() |
| 245 | } |
| 246 | |
| 247 | // GetValue returns the flags value as string representation and an empty |
| 248 | // string if the flag takes no value at all. |