clckwrks-cli-0.3.0.5: a command-line interface for adminstrating some aspects of clckwrks
Safe HaskellNone
LanguageHaskell2010

Clckwrks.CLI.Core

Documentation

data CLIHandler Source #

Constructors

forall cmd. CLIHandler 

Fields

data Command Source #

Constructors

Quit 
Help 

Instances

Instances details
Eq Command Source # 
Instance details

Defined in Clckwrks.CLI.Core

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

Ord Command Source # 
Instance details

Defined in Clckwrks.CLI.Core

Read Command Source # 
Instance details

Defined in Clckwrks.CLI.Core

Show Command Source # 
Instance details

Defined in Clckwrks.CLI.Core