posh/pkg/command/tree/flag.go
Kevin Franklin Kim e2ad376b6c initial commit
2023-01-03 15:37:15 +01:00

8 lines
89 B
Go

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