cardano-cli
Safe HaskellNone
LanguageHaskell2010

Cardano.CLI.Helpers

Synopsis

Documentation

ensureNewFile :: (FilePath -> a -> IO ()) -> FilePath -> a -> ExceptT HelpersError IO () Source #

Checks if a path exists and throws and error if it does.

printEraDeprecationWarning :: (Typeable era, MonadIO m, ToCardanoEra eon) => eon era -> m () Source #