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

Safe HaskellNone
LanguageHaskell2010

Buchhaltung.OptionParsers

Contents

Synopsis

Option parsers

version :: Parser (a -> a) Source #

profile :: Exception b => [(String, FilePath)] -> Either b FilePath -> Parser FilePath Source #

optparse profile folder

commands :: Mod CommandFields Action Source #

optparse command parser commands :: Parser Action

passThrough Source #

Arguments

:: ([String] -> Action) 
-> String

command

-> Maybe String

Short version

-> Maybe String

Message

-> Mod CommandFields Action