flagly icon indicating copy to clipboard operation
flagly copied to clipboard

Bind the stack to struct in handler.Run().

Open supakaity opened this issue 3 years ago • 0 comments

When flagly.Run(*struct) is called the handler currently isn't binding flagly:"parent" fields to their parent type.

This PR fixes that by calling handler.bindStackToStruct() in handler.Run() so these fields are populated.

supakaity avatar Dec 21 '22 02:12 supakaity