Safe Haskell | None |
---|---|
Language | Haskell2010 |
Environment
Description
System environment handling
Since: 0.1.0
Synopsis
- data Environment = Environment String String String String String
- commit :: Lens' Environment String
- commitEnvVars :: [String]
- fillEnvironment :: Environment -> Bool -> IO Environment
- owner :: Lens' Environment String
- ownerEnvVars :: [String]
- pullRequest :: Lens' Environment String
- pullRequestEnvVars :: [String]
- repository :: Lens' Environment String
- repositoryEnvVars :: [String]
- token :: Lens' Environment String
- tokenEnvVars :: [String]
Documentation
data Environment #
Instances
Show Environment # | |
Defined in Environment Methods showsPrec :: Int -> Environment -> ShowS # show :: Environment -> String # showList :: [Environment] -> ShowS # |
commitEnvVars :: [String] #
Possible commit environment variables sorted by priority
fillEnvironment :: Environment -> Bool -> IO Environment #
Try to fill the environment from local variables
owner :: Lens' Environment String #
ownerEnvVars :: [String] #
Possible repository environment variables sorted by priority
pullRequestEnvVars :: [String] #
Possible pull request environment variables sorted by priority
repositoryEnvVars :: [String] #
Possible repository environment variables sorted by priority
token :: Lens' Environment String #
tokenEnvVars :: [String] #
Possible token environment variables sorted by priority