Versions in this module Expand all Collapse all v0 v0.0.0 Jan 19, 2021 Changes in this version + type IOStreams struct + ErrOut io.Writer + In io.ReadCloser + Out io.Writer + func System() *IOStreams + func (s *IOStreams) IsStderrTTY() bool + func (s *IOStreams) IsStdinTTY() bool + func (s *IOStreams) IsStdoutTTY() bool + func (s *IOStreams) SetStderrTTY(isTTY bool) + func (s *IOStreams) SetStdinTTY(isTTY bool) + func (s *IOStreams) SetStdoutTTY(isTTY bool) + func (s *IOStreams) StartProgressIndicator(str string) + func (s *IOStreams) StopProgressIndicator()