| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cachix.Client.OptionsParser
Documentation
data CachixCommand #
Constructors
| AuthToken Text | |
| Create BinaryCacheName | |
| Push BinaryCacheName [Text] Bool | |
| Use BinaryCacheName Bool | |
| Version |
Instances
| Show CachixCommand # | |
Defined in Cachix.Client.OptionsParser Methods showsPrec :: Int -> CachixCommand -> ShowS # show :: CachixCommand -> String # showList :: [CachixCommand] -> ShowS # | |
data CachixOptions #
Instances
| Show CachixOptions # | |
Defined in Cachix.Client.OptionsParser Methods showsPrec :: Int -> CachixOptions -> ShowS # show :: CachixOptions -> String # showList :: [CachixOptions] -> ShowS # | |
type BinaryCacheName = Text #
getOpts :: IO (CachixOptions, CachixCommand) #