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