mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Review: When creating the '_reviewed' report, add a description
This commit is contained in:
parent
9cd0f95242
commit
3b69fa0907
1 changed files with 2 additions and 0 deletions
|
@ -246,6 +246,8 @@ int cmdReview (const std::vector <std::string>& 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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue