Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IOStreams ¶
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 ¶
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 ¶
IsTerminal reports whether Out is connected to a real terminal.
Click to show internal directories.
Click to hide internal directories.