Stdout should be io.Writer
instead of io.WriterCloser
#211
Open
Description
As far as I can see, it is only used in the readline.Config
which expects io.Writer
, not io.WriterCloser
(see here). p.Stdout.Close()
is never called.
It's a bit inconvenient that when I want to configure an io.Writer
as Stdout
, I always need to wrap it in a struct that implements an unnecessary, no-op Close()
function.
Metadata
Assignees
Labels
No labels