diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-19 14:42:18 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-19 14:42:18 -0400 |
commit | 5b897a12fc6df24fe6f7a93e7f0aa5bd7b709d23 (patch) | |
tree | ddd9bb65aa148219e385ecbca859ca6e38d9ce32 /src/report.h | |
parent | 39bdbbe053c5d9c6268672d2017bc5da299ec1b7 (diff) | |
download | ledger-5b897a12fc6df24fe6f7a93e7f0aa5bd7b709d23.tar.gz ledger-5b897a12fc6df24fe6f7a93e7f0aa5bd7b709d23.tar.bz2 ledger-5b897a12fc6df24fe6f7a93e7f0aa5bd7b709d23.zip |
Added a new --columns= option
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 60c6249f..f49475f2 100644 --- a/src/report.h +++ b/src/report.h @@ -269,6 +269,8 @@ public: parent->HANDLER(collapse).on_only(); }); + OPTION(report_t, columns_); + OPTION__(report_t, csv_format_, CTOR(report_t, csv_format_) { on( "%(quoted(date))," |