mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Bug: Included function return code in output
This commit is contained in:
parent
e9fcf89e69
commit
cd9a04bd6e
1 changed files with 2 additions and 3 deletions
|
@ -52,9 +52,8 @@ std::string findTaskwarrior ();
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
static void welcome ()
|
static void welcome ()
|
||||||
{
|
{
|
||||||
std::cout << PACKAGE_STRING
|
std::cout << PACKAGE_STRING << "\n";
|
||||||
<< "\n"
|
cmdHelp ();
|
||||||
<< cmdHelp ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue