Versions in this module Expand all Collapse all v0 v0.2.0 Feb 20, 2026 Changes in this version + type StdioPipe struct + func OpenStdin(bufSize int) StdioPipe + func OpenStdio(inBufSize, outBufSize int, enableEcho bool) StdioPipe + func OpenStdout(bufSize int) StdioPipe + func (p StdioPipe) Close() + func (p StdioPipe) EndQueue() + func (p StdioPipe) Queue(prompt string, input any) + func (p StdioPipe) ReadLine() string + func (p StdioPipe) ReadLines(count int) []string + func (p StdioPipe) SkipLines(count int)