mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancement
- Output error, header, footnote and debug messages on standard error.
This commit is contained in:
parent
b093d23f1f
commit
b45a305df2
28 changed files with 101 additions and 82 deletions
|
@ -76,7 +76,7 @@ int main (int argc, const char** argv)
|
|||
|
||||
catch (std::string& error)
|
||||
{
|
||||
std::cout << error << "\n";
|
||||
std::cerr << error << "\n";
|
||||
status = -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue