summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index e0150d8f..63a1a045 100644
--- a/src/report.h
+++ b/src/report.h
@@ -561,6 +561,10 @@ public:
parent->HANDLER(period_).on(string("--monthly"), "monthly");
});
+ OPTION_(report_t, no_color, DO() {
+ parent->HANDLER(color).off();
+ });
+
OPTION(report_t, no_total);
OPTION__