shaker-0.4.2: simple and interactive command-line build tool

Shaker.Cli

Description

Command line manager This manager will listen to the standard input as soon as the MVar token is filled. Then, it will fill another MVar (input) with the parsed command. Autocompletion is supported throught haskeline configuration.

Synopsis

Documentation

getInput :: Shaker IO (IO ())Source

Listen to keyboard input and parse command

data InputState Source

Constructors

InputState 

Fields

input :: Input
 
token :: Token

Token is used to manage the token between action executor and command-line listener