biegunka-0.2: DSL definitions, interpreters, templating, git support

Safe HaskellNone

Control.Biegunka.Execute.Describe

Contents

Description

Describe execution I/O actions

Synopsis

General description formatting

termDescription :: Doc -> DocSource

Describe current action and host where it happens

runChanges :: ColorScheme -> Partitioned Groups -> Groups -> DocSource

Describe changes which will happen after the run

Specific description formatting

action :: ColorScheme -> Term Annotate s a -> DocSource

Describe current action

exception :: ColorScheme -> SomeException -> DocSource

Describe handled exception

retryCounter :: ColorScheme -> Int -> Int -> DocSource

Describe retry counter

removal :: FilePath -> DocSource

Describe file or directory removal