package tree type Flag struct { Name string Required bool Value interface{} }