From 07b206bf6abe582ff155a4094fd81d002469ba5d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 27 Apr 2014 20:30:12 -0500 Subject: Add the --no-pager option --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') 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); -- cgit v1.2.3