mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 00:30:36 +02:00
using convenience function for paying attention to verbosity tokens
This commit is contained in:
parent
bd2ad97ccb
commit
69b34dcef3
9 changed files with 10 additions and 10 deletions
|
@ -88,7 +88,7 @@ int CmdDenotate::execute (std::string&)
|
|||
std::map <std::string, std::string> projectChanges;
|
||||
|
||||
if(filtered.size() > 1) {
|
||||
std::cout << "This command will alter " << format(filtered.size()) << " tasks." << std::endl;
|
||||
feedback_affected("This command will alter {1} tasks.", filtered.size());
|
||||
}
|
||||
for (auto& task : filtered)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue