shutil

package module
v0.0.0-...-fd7f492 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: MIT Imports: 5 Imported by: 0

README

Shell utils for Go

builds.sr.ht status

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cmd

type Cmd struct {
	*exec.Cmd
	// contains filtered or unexported fields
}

func Command

func Command(ctx context.Context, name string, args ...string) *Cmd

func (*Cmd) Run

func (c *Cmd) Run() error

func (*Cmd) String

func (c *Cmd) String() string

func (*Cmd) WithV

func (c *Cmd) WithV(v uint8) *Cmd

type CmdSeq

type CmdSeq []*Cmd

func (CmdSeq) Run

func (cs CmdSeq) Run() error

Jump to

Keyboard shortcuts

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