From 3b69fa0907a0a225a2293abaa9c021b475f4569f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 18 Oct 2015 01:28:17 -0400 Subject: [PATCH] Review: When creating the '_reviewed' report, add a description --- src/review.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/review.cpp b/src/review.cpp index 316fadc..1c639b3 100644 --- a/src/review.cpp +++ b/src/review.cpp @@ -246,6 +246,8 @@ int cmdReview (const std::vector & args) status = execute ("task", {"_get", "rc.report._reviewed.columns"}, input, output); if (status || output != "uuid\n") { + execute ("task", {"rc.confirmation:no", "rc.verbose:nothing", "config", "report._reviewed.description", + "Tasksh review report. Adjust the filter to your needs." }, input, output); execute ("task", {"rc.confirmation:no", "rc.verbose:nothing", "config", "report._reviewed.columns", "uuid" }, input, output); execute ("task", {"rc.confirmation:no", "rc.verbose:nothing", "config", "report._reviewed.sort", "reviewed+,modified+"}, input, output); execute ("task", {"rc.confirmation:no", "rc.verbose:nothing", "config", "report._reviewed.filter",