mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdTag: Improved feedback
This commit is contained in:
parent
75ff47760b
commit
9100765a98
2 changed files with 79 additions and 2 deletions
|
@ -67,10 +67,10 @@ int CmdTag (
|
|||
database.modifyInterval (tracked[tracked.size () - id], i);
|
||||
|
||||
// Feedback.
|
||||
std::cout << "Added:";
|
||||
std::cout << "Added";
|
||||
for (auto& tag : tags)
|
||||
std::cout << ' ' << quoteIfNeeded (tag);
|
||||
std::cout << '\n';
|
||||
std::cout << " to @" << id << '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue