buchhaltung-0.0.7: Automates most of your plain text accounting data entry in ledger format.

Safe HaskellNone
LanguageHaskell2010

Buchhaltung.Commandline

Contents

Synopsis

Documentation

Running Option Parsers and Actions

runLedger :: MonadIO m => (FilePath -> t -> IO a) -> t -> Options User Config env -> m a Source #

runHledger :: MonadIO m => (FilePath -> t -> IO a) -> t -> Options User Config env -> m a Source #

runLedger' :: MonadIO m => (t1 -> t2 -> IO a) -> (config -> t1) -> (Ledgers -> FilePath) -> t2 -> Options User config env -> m a Source #