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

@@ -71,7 +71,7 @@ int CmdDone::execute (std::string&)
Task& lowest = filtered.front();
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)
{