package flags type Flag interface { Name() string ShortName() string Description() string Parse(raw string) (any, error) }