chshersh / iris

🌈 Haskell CLI Framework supporting Command Line Interface Guidelines
https://hackage.haskell.org/package/iris
Mozilla Public License 2.0
173 stars 21 forks source link

resolve #107 IO module out outLn etc #120

Open martinhelmer opened 1 year ago

martinhelmer commented 1 year ago

[#107] Implement 'out', 'outLn', 'err' and 'errLn' functions for outputting 'Text' to corresponding handlers

functions added in IO module refactored existing calls to use new functions

Additional tasks