| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Bcc.CLI.Run
Description
Dispatch for running all the CLI commands
Synopsis
- data ClientCommand
- = ColeCommand ColeCommand
 - | SophieCommand SophieCommand
 - | DeprecatedSophieSubcommand SophieCommand
 - | ∀ a. Help ParserPrefs (ParserInfo a)
 - | DisplayVersion
 
 - data ClientCommandErrors
 - renderClientCommandError ∷ ClientCommandErrors → Text
 - runClientCommand ∷ ClientCommand → ExceptT ClientCommandErrors IO ()
 
Documentation
data ClientCommand Source #
Sub-commands of 'bcc-cli'.
Constructors
| ColeCommand ColeCommand | Cole Related Commands  | 
| SophieCommand SophieCommand | Sophie Related Commands  | 
| DeprecatedSophieSubcommand SophieCommand | Sophie-related commands that have been parsed under the now-deprecated "sophie" subcommand.  | 
| ∀ a. Help ParserPrefs (ParserInfo a) | |
| DisplayVersion | 
data ClientCommandErrors Source #
Instances
| Show ClientCommandErrors Source # | |
Defined in Bcc.CLI.Run  | |