run

package
v1.135.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

type Runner interface {
	Run(args ...string) (stdout, stderr string, err error)
	RunInteractive(args ...string) error
}

Runner abstracts shelling out to the git binary.

type SystemRunner

type SystemRunner struct{}

func (*SystemRunner) Run

func (r *SystemRunner) Run(args ...string) (string, string, error)

func (*SystemRunner) RunInteractive

func (r *SystemRunner) RunInteractive(args ...string) error

Jump to

Keyboard shortcuts

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