From b0f12c600c8080d11d8f514aa7d4149323da6803 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Oct 2009 03:07:15 -0400 Subject: Added a --forecast-years option This sets how many years of forecasting Ledger will do before it terminates the attempt. --- src/report.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 4d028e33..c1ad1997 100644 --- a/src/report.h +++ b/src/report.h @@ -240,6 +240,7 @@ public: HANDLER(force_color).report(out); HANDLER(force_pager).report(out); HANDLER(forecast_while_).report(out); + HANDLER(forecast_years_).report(out); HANDLER(format_).report(out); HANDLER(gain).report(out); HANDLER(head_).report(out); @@ -544,6 +545,7 @@ public: OPTION(report_t, force_color); OPTION(report_t, force_pager); OPTION(report_t, forecast_while_); + OPTION(report_t, forecast_years_); OPTION(report_t, format_); // -F OPTION_(report_t, gain, DO() { // -G -- cgit v1.2.3