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: 8 Imported by: 1

Documentation

Index

Constants

View Source
const (
	BlockSpecialType     fileType = "b"
	CharacterSpecialType fileType = "c"
	DirectoryType        fileType = "d"
	FileType             fileType = "f"
	LinkType             fileType = "l"
	FIFOType             fileType = "p"
	SocketType           fileType = "s"
)

Variables

This section is empty.

Functions

func Find

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

Types

type Dir

type Dir string

Dir represents a directory path

type FollowSymlinksFlag

type FollowSymlinksFlag bool
const (
	FollowSymlinks   FollowSymlinksFlag = true
	NoFollowSymlinks FollowSymlinksFlag = false
)

func (FollowSymlinksFlag) Configure

func (f FollowSymlinksFlag) Configure(flags *flags)

type MaxDepth

type MaxDepth int

func (MaxDepth) Configure

func (m MaxDepth) Configure(flags *flags)

type Name

type Name string

func (Name) Configure

func (n Name) Configure(flags *flags)

type Size

type Size string

func (Size) Configure

func (s Size) Configure(flags *flags)

Jump to

Keyboard shortcuts

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