| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Rib.Cli
Contents
Documentation
Constructors
| CliConfig | |
Fields
| |
Instances
The verbosity data type, used by shakeVerbosity.
Constructors
| Silent | Don't print any messages. |
| Error | Only print error messages. |
| Warn | Print errors and warnings. |
| Info | Print errors, warnings and |
| Verbose | Print errors, warnings, full command lines when running a |
| Diagnostic | Print messages for virtually everything (mostly for debugging). |
Instances
Parser helpers
watchOption :: Parser Bool Source #