flagly
flagly copied to clipboard
Bind the stack to struct in handler.Run().
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.