mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdNews: Guide users about minor highlights
This commit is contained in:
parent
f9f62d596a
commit
8ef6aa4bce
1 changed files with 7 additions and 0 deletions
|
@ -552,5 +552,12 @@ int CmdNews::execute (std::string& output)
|
||||||
output = "Thank you for catching up on the new features!\n";
|
output = "Thank you for catching up on the new features!\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (! full_summary && major_items)
|
||||||
|
Context::getContext ().footnote (format (
|
||||||
|
"\nOnly major higlights were displayed.\n"
|
||||||
|
"If you're interested in more release highlights, run 'task news {1} minor'.",
|
||||||
|
version
|
||||||
|
));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue