backstop-1.3.0.354: Backstop a target directory by source directories

Safe HaskellSafe
LanguageHaskell2010

Environment

Synopsis

Documentation

data Environment Source #

The environment contains the command name, operands, and the result of every option at least. It may contain other items that need to be updated.

Constructors

Env 

Fields

Instances
Show Environment Source # 
Instance details

Defined in Environment

defaultEnv :: Environment Source #

The defualt values, otherwise updated from the flags supplied on by the command line options. The default program name is backstop. All options flags are False or off by default.