Versions in this module Expand all Collapse all v0 v0.0.2 Nov 6, 2022 v0.0.1 Nov 6, 2022 Changes in this version + type CLI interface + func NewCLI(cin io.ReadCloser, cout io.Writer, cerr io.Writer) CLI + type Streams interface + ErrorStream func() io.Writer + InputStream func() *streams.In + OutputStream func() *streams.Out