hercules-ci-cli-0.3.6: The hci command for working with Hercules CI
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.CLI.JSON

Documentation

toLeafPaths :: [([Text], Value)] -> [([Text], Value)] Source #

options :: Parser (Maybe Text -> IO Value) Source #

envCompleter :: Completer Source #

writeJsonFile :: ToJSON a => FilePath -> a -> IO () Source #

printJson :: ToJSON a => a -> IO () Source #

withEcho :: Bool -> IO a -> IO a Source #