exec

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(arg []string, opts ...Option) error

Types

type Option

type Option func(*exec.Cmd)

func WithEnv

func WithEnv(env ...string) Option