summoner-2.0.0.0: Tool for scaffolding fully configured batteries-included production-level Haskell projects.
Copyright(c) 2017-2019 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Summoner.Ansi

Description

This module contains functions for colorful printing into terminal.

Synopsis

Documentation

putStrFlush :: Text -> IO () Source #

Explicit flush ensures prompt messages are in the correct order on all systems.

prompt :: IO Text Source #

Read Text from standard input after arrow prompt.