ribosome-app-0.9.9.9: CLI for Ribosome
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.App.Options

Documentation

data ProjectOptions Source #

Instances

Instances details
Generic ProjectOptions Source # 
Instance details

Defined in Ribosome.App.Options

Associated Types

type Rep ProjectOptions :: Type -> Type #

Show ProjectOptions Source # 
Instance details

Defined in Ribosome.App.Options

Default ProjectOptions Source # 
Instance details

Defined in Ribosome.App.Options

Methods

def :: ProjectOptions #

Eq ProjectOptions Source # 
Instance details

Defined in Ribosome.App.Options

type Rep ProjectOptions Source # 
Instance details

Defined in Ribosome.App.Options

data NewOptions Source #

Instances

Instances details
Generic NewOptions Source # 
Instance details

Defined in Ribosome.App.Options

Associated Types

type Rep NewOptions :: Type -> Type #

Show NewOptions Source # 
Instance details

Defined in Ribosome.App.Options

Default NewOptions Source # 
Instance details

Defined in Ribosome.App.Options

Methods

def :: NewOptions #

Eq NewOptions Source # 
Instance details

Defined in Ribosome.App.Options

type Rep NewOptions Source # 
Instance details

Defined in Ribosome.App.Options

data Command Source #

Instances

Instances details
Show Command Source # 
Instance details

Defined in Ribosome.App.Options

Eq Command Source # 
Instance details

Defined in Ribosome.App.Options

Methods

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

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

data GlobalOptions Source #

Constructors

GlobalOptions 

Fields

Instances

Instances details
Generic GlobalOptions Source # 
Instance details

Defined in Ribosome.App.Options

Associated Types

type Rep GlobalOptions :: Type -> Type #

Show GlobalOptions Source # 
Instance details

Defined in Ribosome.App.Options

Default GlobalOptions Source # 
Instance details

Defined in Ribosome.App.Options

Methods

def :: GlobalOptions #

Eq GlobalOptions Source # 
Instance details

Defined in Ribosome.App.Options

type Rep GlobalOptions Source # 
Instance details

Defined in Ribosome.App.Options

type Rep GlobalOptions = D1 ('MetaData "GlobalOptions" "Ribosome.App.Options" "ribosome-app-0.9.9.9-IYq6tsLCpWSBsbnHBg4igE" 'False) (C1 ('MetaCons "GlobalOptions" 'PrefixI 'True) (S1 ('MetaSel ('Just "quiet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "force") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool))))

data Options Source #

Constructors

Options 

Instances

Instances details
Show Options Source # 
Instance details

Defined in Ribosome.App.Options

Eq Options Source # 
Instance details

Defined in Ribosome.App.Options

Methods

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

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