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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Exec

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

Types

type EnvVar

type EnvVar string

func (EnvVar) Configure

func (e EnvVar) Configure(flags *flags)

type IgnoreErrorsFlag

type IgnoreErrorsFlag bool
const (
	IgnoreErrors   IgnoreErrorsFlag = true
	NoIgnoreErrors IgnoreErrorsFlag = false
)

func (IgnoreErrorsFlag) Configure

func (i IgnoreErrorsFlag) Configure(flags *flags)

type InheritEnvFlag

type InheritEnvFlag bool
const (
	InheritEnv   InheritEnvFlag = true
	NoInheritEnv InheritEnvFlag = false
)

func (InheritEnvFlag) Configure

func (i InheritEnvFlag) Configure(flags *flags)

type InteractiveFlag

type InteractiveFlag bool
const (
	Interactive   InteractiveFlag = true
	NoInteractive InteractiveFlag = false
)

func (InteractiveFlag) Configure

func (i InteractiveFlag) Configure(flags *flags)

type QuietFlag

type QuietFlag bool
const (
	Quiet   QuietFlag = true
	NoQuiet QuietFlag = false
)

func (QuietFlag) Configure

func (q QuietFlag) Configure(flags *flags)

type Shell

type Shell string

func (Shell) Configure

func (s Shell) Configure(flags *flags)

type ShellFlag

type ShellFlag bool
const (
	UseShell ShellFlag = true
	NoShell  ShellFlag = false
)

func (ShellFlag) Configure

func (s ShellFlag) Configure(flags *flags)

type WorkingDir

type WorkingDir string

func (WorkingDir) Configure

func (w WorkingDir) Configure(flags *flags)

Jump to

Keyboard shortcuts

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