cat: Write to stdout not stderr

This commit is contained in:
Robert Hensing 2019-09-27 12:36:23 +02:00
parent 9d7eb01c73
commit 81887ba633

View file

@ -154,7 +154,7 @@ runCat co = do
, evalMode = ReadWrite
, evalUserArgs = nixArgs co
}
T.hPutStrLn stderr (pretty v)
T.hPutStrLn stdout (pretty v)
runRepl :: CommonOptions -> IO ()
runRepl opts =