exec

package
v0.25.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package exec provides a wrapper around the os/exec package

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cmd

func Cmd(command string, args ...string) (string, string, error)

Cmd executes a given command with given config.

func CmdWithContext

func CmdWithContext(ctx context.Context, config Config, command string, args ...string) (string, string, error)

CmdWithContext executes a given command with given config.

func CmdWithPrint

func CmdWithPrint(command string, args ...string) error

CmdWithPrint executes a given command with given config and prints the command.

func LaunchURL

func LaunchURL(url string) error

LaunchURL opens a URL in the default browser.

Types

type Config

type Config struct {
	Print  bool
	Dir    string
	Env    []string
	Stdout io.Writer
	Stderr io.Writer
}

Config is a struct for configuring the Cmd function.

func PrintCfg

func PrintCfg() Config

PrintCfg is a helper function for returning a Config struct with Print set to true.

Jump to

Keyboard shortcuts

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