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