mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReport: Added feedback when report not specified
This commit is contained in:
parent
b56c266990
commit
be49997646
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ int CmdReport (
|
|||
for (auto& line : output)
|
||||
std::cout << line << "\n";
|
||||
}
|
||||
else
|
||||
throw std::string ("Specify which report to run.");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue