-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
It seems that the ErrorCode ExtraParameter "a value was set to a long flag" is never being set.
The related function extraArg is referenced nowhere
Line 75 in 6173d3f
| func extraArg(o Option, value string) *Error { |
Testing setting a value to a long boolean flag returns the error "invalid value for bool" with the Invalid ErrorCode
Line 21 in 6173d3f
| return fmt.Errorf("invalid value for bool %s: %q", opt.Name(), value) |
Metadata
Metadata
Assignees
Labels
No labels