Documentation ¶
Overview ¶
Package subprocess provides helper functions for forking new processes NOTE: Subject to change, do not rely on this package from outside git-lfs source
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecCommand ¶
ExecCommand is a small platform specific wrapper around os/exec.Command
Types ¶
type Tty ¶
type Tty struct {
// contains filtered or unexported fields
}
Tty is a convenience wrapper to allow pseudo-TTYs on *nix systems, create with NewTty() Do not use any of the struct members directly, call the Stderr() and Stdout() methods Remember to call Close() when finished
Click to show internal directories.
Click to hide internal directories.