You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for option parsers other than the flag package by using an interface instead of directly depending on flag.FlagSet. Any type that provides methods such as StringVar can now be used. (#1)
Added the BindTag method, allowing arbitrary struct tag names to be used. (#1)