hash-addressed-cli-2.0.0.0: library/HashAddressed/App/Verbosity.hs
module HashAddressed.App.Verbosity
(
{- * Type -} Verbosity (..),
{- * Printing -} putNormalLn, putVerboseLn,
{- * Options -} verboseOption, quietOption, verbosityOption,
)
where
import HashAddressed.App.Verbosity.Options
import HashAddressed.App.Verbosity.Printing
import HashAddressed.App.Verbosity.Type