Versions in this module Expand all Collapse all v0 v0.1.1 Dec 3, 2025 Changes in this version + func IsHeadless() bool + func SetHeadlessForTesting(headless bool) func() + func Validate(requirements ...Requirement) error + type Flag struct + IsDefault bool + Name string + Value string + type Requirement interface + Validate func() error + func OneOf(flags ...Flag) Requirement + func Required(f Flag) Requirement