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
I have a bit of a chicken and egg problem. In top-level Validate I cannot know which command user has selected. And if I put Validate on the command struct, then I cannot access top-level configuration/flags. Maybe Validate should get kong.Context as a parameter?