cli-utils-4.1.0
LicenseBSD3
Maintainertbidne@gmail.com
Safe HaskellNone
LanguageHaskell2010

CLI.Types.Env

Description

Provides core Env types used with CLI.

Synopsis

Documentation

data Env Source #

Provides a list of commands and legend map.

Constructors

Env 

Instances

Instances details
Show Env Source # 
Instance details

Defined in CLI.Types.Env

Methods

showsPrec :: Int -> Env -> ShowS #

show :: Env -> String #

showList :: [Env] -> ShowS #

MonadCLI m => MonadCLI (AppT Env m) Source # 
Instance details

Defined in CLI.MonadCLI

Methods

runCommands :: [Text] -> Maybe (RNonNegative Int) -> AppT Env m () Source #