 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsTerminal ¶
Types ¶
type ExecIO ¶
type ExecIO struct {
	TTY      bool
	Stdin    io.WriteCloser
	Stdout   io.ReadCloser
	Stderr   io.ReadCloser
	Resize   func(Size) error
	ExitCode <-chan ExitCode
}
    type ExitCode ¶
func ToExitCode ¶
func ToExitCode(conn io.ReadCloser) ExitCode
 Click to show internal directories. 
   Click to hide internal directories.