life-sync-1.1.1.0: Synchronize personal configs across multiple machines.
Copyright(c) 2017-2020 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Life.Message

Contents

Description

Contains functions for colorful printing, prompt and other terminal related messages.

Synopsis

Documentation

prompt :: IO Text Source #

Read Text from standard input after arrow prompt.

abortCmd :: Text -> Text -> IO () Source #

Print message and abort current process.

Questions