Hledger.Cli.Format
Documentation
formatStrings :: GenParser Char st [FormatString]Source
data FormatString Source
Constructors
| FormatLiteral String | |
| FormatField Bool (Maybe Int) (Maybe Int) Field |
Instances
Constructors
| Account | |
| DefaultDate | |
| Description | |
| Total | |
| DepthSpacer | |
| FieldNo Int |