CLI.Types.Env
Description
Provides core Env types used with CLI.
Env
data Env Source #
Provides a list of commands and legend map.
Constructors
Fields
Defined in CLI.Types.Env
Methods
showsPrec :: Int -> Env -> ShowS #
show :: Env -> String #
showList :: [Env] -> ShowS #
Defined in CLI.MonadCLI
runCommands :: [Text] -> Maybe (RNonNegative Int) -> AppT Env m () Source #