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 8, 2025 License: AGPL-3.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Ls

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

Types

type AllFilesFlag

type AllFilesFlag bool
const (
	AllFiles   AllFilesFlag = true
	NoAllFiles AllFilesFlag = false
)

func (AllFilesFlag) Configure

func (f AllFilesFlag) Configure(flags *flags)

type HumanReadableFlag

type HumanReadableFlag bool
const (
	HumanReadable   HumanReadableFlag = true
	NoHumanReadable HumanReadableFlag = false
)

func (HumanReadableFlag) Configure

func (f HumanReadableFlag) Configure(flags *flags)

type LongFormatFlag

type LongFormatFlag bool
const (
	LongFormat  LongFormatFlag = true
	ShortFormat LongFormatFlag = false
)

func (LongFormatFlag) Configure

func (f LongFormatFlag) Configure(flags *flags)

type RecursiveFlag

type RecursiveFlag bool
const (
	Recursive   RecursiveFlag = true
	NoRecursive RecursiveFlag = false
)

func (RecursiveFlag) Configure

func (f RecursiveFlag) Configure(flags *flags)

type ReverseFlag

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

func (ReverseFlag) Configure

func (f ReverseFlag) Configure(flags *flags)

type SortBy

type SortBy string
const (
	SortByName SortBy = "name"
	SortByTime SortBy = "time"
	SortBySize SortBy = "size"
)

func (SortBy) Configure

func (s SortBy) Configure(flags *flags)

Jump to

Keyboard shortcuts

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