Bernardo Farah

Results 3 comments of Bernardo Farah

AFAIK this is not resolved in `0.18.x`, I'm running `0.18.2` and it has this issue. Does anyone have a workaround for this where we can use the error handler we've...

@jsm there's now an API to do this 😄

@jsm You can add it to `clireporter` via the option: ```go func (r *Runtime) { var configObj somestruct r.WithFlag(f flags) { f.BoolVar(&configObj.Verbose, "verbose", false, "...") } } ```