diff options
author | John Wiegley <johnw@newartisans.com> | 2014-04-27 20:30:12 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-04-27 20:30:21 -0500 |
commit | 07b206bf6abe582ff155a4094fd81d002469ba5d (patch) | |
tree | 26d2be590dd82c475df4786e6f3968d25cf3a94c /src/report.h | |
parent | 04d147c9a7eef8f45801590574bf11fb3d111ab3 (diff) | |
download | fork-ledger-07b206bf6abe582ff155a4094fd81d002469ba5d.tar.gz fork-ledger-07b206bf6abe582ff155a4094fd81d002469ba5d.tar.bz2 fork-ledger-07b206bf6abe582ff155a4094fd81d002469ba5d.zip |
Add the --no-pager option
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 120a7020..c500fb9b 100644 --- a/src/report.h +++ b/src/report.h @@ -302,6 +302,7 @@ public: HANDLER(market).report(out); HANDLER(meta_).report(out); HANDLER(monthly).report(out); + HANDLER(no_pager).report(out); HANDLER(no_rounding).report(out); HANDLER(no_titles).report(out); HANDLER(no_total).report(out); |