using convenience function for paying attention to verbosity tokens

This commit is contained in:
sebu06 2021-07-18 20:26:24 +02:00 committed by Tomas Babej
parent bd2ad97ccb
commit 69b34dcef3
9 changed files with 10 additions and 10 deletions

View file

@ -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)
{