Versions in this module Expand all Collapse all v0 v0.0.3 Nov 7, 2025 Changes in this version + func Sort(parameters ...any) yup.Command + type Delimiter string + func (d Delimiter) Configure(flags *flags) + type Field int + func (f Field) Configure(flags *flags) + type HumanNumericFlag bool + const HumanNumeric + const NoHumanNumeric + func (h HumanNumericFlag) Configure(flags *flags) + type IgnoreCaseFlag bool + const CaseSensitive + const IgnoreCase + func (i IgnoreCaseFlag) Configure(flags *flags) + type IgnoreLeadingBlanksFlag bool + const IgnoreLeadingBlanks + const NoIgnoreLeadingBlanks + func (i IgnoreLeadingBlanksFlag) Configure(flags *flags) + type MonthSortFlag bool + const MonthSort + const NoMonthSort + func (m MonthSortFlag) Configure(flags *flags) + type NumericFlag bool + const NoNumeric + const Numeric + func (n NumericFlag) Configure(flags *flags) + type RandomFlag bool + const NoRandom + const Random + func (r RandomFlag) Configure(flags *flags) + type ReverseFlag bool + const NoReverse + const Reverse + func (r ReverseFlag) Configure(flags *flags) + type StableSortFlag bool + const NoStableSort + const StableSort + func (s StableSortFlag) Configure(flags *flags) + type UniqueFlag bool + const NoUnique + const Unique + func (u UniqueFlag) Configure(flags *flags) + type VersionSortFlag bool + const NoVersionSort + const VersionSort + func (v VersionSortFlag) Configure(flags *flags)