mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
CmdSplit: Obeys verbose mode
This commit is contained in:
parent
5002b74c87
commit
df0d7a0797
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ int CmdSplit (
|
|||
database.addInterval (second);
|
||||
|
||||
// Feedback.
|
||||
std::cout << "Split @" << id << '\n';
|
||||
if (rules.getBoolean ("verbose"))
|
||||
std::cout << "Split @" << id << '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue