propellor-5.12: property-based host configuration management in haskell
Safe HaskellNone
LanguageHaskell98

Propellor.Types.CmdLine

Synopsis

Documentation

data CmdLine Source #

All the command line actions that propellor can perform.

Instances

Instances details
Eq CmdLine Source # 
Instance details

Defined in Propellor.Types.CmdLine

Methods

(==) :: CmdLine -> CmdLine -> Bool

(/=) :: CmdLine -> CmdLine -> Bool

Read CmdLine Source # 
Instance details

Defined in Propellor.Types.CmdLine

Methods

readsPrec :: Int -> ReadS CmdLine

readList :: ReadS [CmdLine]

readPrec :: ReadPrec CmdLine

readListPrec :: ReadPrec [CmdLine]

Show CmdLine Source # 
Instance details

Defined in Propellor.Types.CmdLine

Methods

showsPrec :: Int -> CmdLine -> ShowS

show :: CmdLine -> String

showList :: [CmdLine] -> ShowS