mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands - done
- The 'done' command now functional. - Localized CmdDone.cpp.
This commit is contained in:
parent
1b90adc1aa
commit
877ecbc864
6 changed files with 54 additions and 48 deletions
|
@ -190,7 +190,7 @@ int CmdHistoryMonthly::execute (std::string& output)
|
|||
<< "\n";
|
||||
else
|
||||
{
|
||||
out << STRING_CMD_HISTORY_NO_TASKS << "\n";
|
||||
out << STRING_FEEDBACK_NO_TASKS << "\n";
|
||||
rc = 1;
|
||||
}
|
||||
|
||||
|
@ -347,7 +347,7 @@ int CmdHistoryAnnual::execute (std::string& output)
|
|||
<< "\n";
|
||||
else
|
||||
{
|
||||
out << STRING_CMD_HISTORY_NO_TASKS << "\n";
|
||||
out << STRING_FEEDBACK_NO_TASKS << "\n";
|
||||
rc = 1;
|
||||
}
|
||||
|
||||
|
@ -546,7 +546,7 @@ int CmdGHistoryMonthly::execute (std::string& output)
|
|||
}
|
||||
else
|
||||
{
|
||||
out << STRING_CMD_HISTORY_NO_TASKS << "\n";
|
||||
out << STRING_FEEDBACK_NO_TASKS << "\n";
|
||||
rc = 1;
|
||||
}
|
||||
|
||||
|
@ -742,7 +742,7 @@ int CmdGHistoryAnnual::execute (std::string& output)
|
|||
}
|
||||
else
|
||||
{
|
||||
out << STRING_CMD_HISTORY_NO_TASKS << "\n";
|
||||
out << STRING_FEEDBACK_NO_TASKS << "\n";
|
||||
rc = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue