package
0.5.3
Repository: https://github.com/shenwei356/util.git
Documentation: pkg.go.dev

# README

exec

Package exec runs external commands. It wraps os.exec to allow using full command string as arguments, and provides functions of providing (stdin, stdout, stderr) channel for (stdin, stdout, stderr) pipe.

Attention, this package is experimental.

This package is imported by crun of go edition

# Functions

Command returns the Cmd struct to execute the command.

# Structs

No description provided by the author