| Safe Haskell | None |
|---|
Data.KeyStore.CLI.Command
Documentation
Constructors
| Version | |
| Keystore | |
| Initialise FilePath | |
| UpdateSettings FilePath | |
| ListSettings | |
| ListSettingOpts (Maybe OptEnum) | |
| AddTrigger TriggerID Pattern FilePath | |
| RmvTrigger TriggerID | |
| ListTriggers | |
| Create Name Comment Identity (Maybe EnvVar) (Maybe FilePath) [Safeguard] | |
| CreateKeyPair Name Comment Identity [Safeguard] | |
| Secure Name (Maybe FilePath) [Safeguard] | |
| List | |
| Info [Name] | |
| ShowIdentity Bool Name | |
| ShowComment Bool Name | |
| ShowDate Bool Name | |
| ShowHash Bool Name | |
| ShowHashComment Bool Name | |
| ShowHashSalt Bool Name | |
| ShowPublic Bool Name | |
| ShowSecret Bool Name | |
| Encrypt Name FilePath FilePath | |
| Decrypt FilePath FilePath | |
| Sign Name FilePath FilePath | |
| Verify FilePath FilePath | |
| Delete [Name] |
Instances
| Show Command |
runParse :: ParserInfo a -> [String] -> IO aSource