command

package module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2025 License: AGPL-3.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Sort

func Sort(parameters ...any) yup.Command

Types

type Delimiter

type Delimiter string

func (Delimiter) Configure

func (d Delimiter) Configure(flags *flags)

type Field

type Field int

func (Field) Configure

func (f Field) Configure(flags *flags)

type HumanNumericFlag

type HumanNumericFlag bool
const (
	HumanNumeric   HumanNumericFlag = true
	NoHumanNumeric HumanNumericFlag = false
)

func (HumanNumericFlag) Configure

func (h HumanNumericFlag) Configure(flags *flags)

type IgnoreCaseFlag

type IgnoreCaseFlag bool
const (
	IgnoreCase    IgnoreCaseFlag = true
	CaseSensitive IgnoreCaseFlag = false
)

func (IgnoreCaseFlag) Configure

func (i IgnoreCaseFlag) Configure(flags *flags)

type IgnoreLeadingBlanksFlag

type IgnoreLeadingBlanksFlag bool
const (
	IgnoreLeadingBlanks   IgnoreLeadingBlanksFlag = true
	NoIgnoreLeadingBlanks IgnoreLeadingBlanksFlag = false
)

func (IgnoreLeadingBlanksFlag) Configure

func (i IgnoreLeadingBlanksFlag) Configure(flags *flags)

type MonthSortFlag

type MonthSortFlag bool
const (
	MonthSort   MonthSortFlag = true
	NoMonthSort MonthSortFlag = false
)

func (MonthSortFlag) Configure

func (m MonthSortFlag) Configure(flags *flags)

type NumericFlag

type NumericFlag bool
const (
	Numeric   NumericFlag = true
	NoNumeric NumericFlag = false
)

func (NumericFlag) Configure

func (n NumericFlag) Configure(flags *flags)

type RandomFlag

type RandomFlag bool
const (
	Random   RandomFlag = true
	NoRandom RandomFlag = false
)

func (RandomFlag) Configure

func (r RandomFlag) Configure(flags *flags)

type ReverseFlag

type ReverseFlag bool
const (
	Reverse   ReverseFlag = true
	NoReverse ReverseFlag = false
)

func (ReverseFlag) Configure

func (r ReverseFlag) Configure(flags *flags)

type StableSortFlag

type StableSortFlag bool
const (
	StableSort   StableSortFlag = true
	NoStableSort StableSortFlag = false
)

func (StableSortFlag) Configure

func (s StableSortFlag) Configure(flags *flags)

type UniqueFlag

type UniqueFlag bool
const (
	Unique   UniqueFlag = true
	NoUnique UniqueFlag = false
)

func (UniqueFlag) Configure

func (u UniqueFlag) Configure(flags *flags)

type VersionSortFlag

type VersionSortFlag bool
const (
	VersionSort   VersionSortFlag = true
	NoVersionSort VersionSortFlag = false
)

func (VersionSortFlag) Configure

func (v VersionSortFlag) Configure(flags *flags)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL