iostreams

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2026 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 IOStreams

type IOStreams struct {
	Out    io.Writer
	ErrOut io.Writer
	In     io.Reader
}

IOStreams bundles the three standard streams for a CLI process.

func System

func System() *IOStreams

System returns IOStreams wired to the real OS file descriptors.

func Test

func Test() (*IOStreams, *bytes.Buffer, *bytes.Buffer, *bytes.Buffer)

Test returns IOStreams backed by in-memory buffers, suitable for unit tests. The three returned buffers capture writes to Out, ErrOut, and provide input via In respectively.

func (*IOStreams) IsTerminal

func (s *IOStreams) IsTerminal() bool

IsTerminal reports whether Out is connected to a real terminal.

Jump to

Keyboard shortcuts

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