Re-Ch

Results 4 comments of Re-Ch

Did you mean add `flags.debugFlag` into this package? I think it is a good idea, but if the user use the third party log library, `flags.debugFlag` doesn't know which logger...

> > Did you mean add `flags.debugFlag` into this package? I think it is a good idea, but if the user use the third party log library, `flags.debugFlag` doesn't know...

I try to add this feature in the package, but I met some problems. I add `RunAction(*Context) error` into the interface `Flag`, and invoke the function in `app.RunContext`, after normalize...