cmd

package
v0.0.0-...-7df0ded Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Command    string
	Args       []string
	WorkingDir string
	HideWindow bool
}

Options of command

type Result

type Result struct {
	Options  Options
	ExitCode int32
	Stdout   string
	Stderr   string
}

Result of command

func Exec

func Exec(options Options) (Result, error)

Exec command wrapper

Jump to

Keyboard shortcuts

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