Versions in this module Expand all Collapse all v0 v0.2.0 Jun 12, 2026 Changes in this version + type SimpleValue interface + type Value = pflag.Value + func Counter(val int, p *int) Value + func Duration(val time.Duration, p *time.Duration) Value + func Enum[T comparable](allowed []T, val T, p *T) Value + func SimpleMap[K, V SimpleValue](val map[K]V, p *map[K]V) Value + func SimpleSlice[T SimpleValue](val []T, p *[]T) Value + func Simple[T SimpleValue](val T, p *T) Value