GetValue returns the invalid value that was provided.
()
| 128 | |
| 129 | // GetValue returns the invalid value that was provided. |
| 130 | func (e *InvalidValueError) GetValue() string { |
| 131 | return e.value |
| 132 | } |
| 133 | |
| 134 | // InvalidSyntaxError is the error returned when a bad flag name is passed on |
| 135 | // the command line. |
no outgoing calls