This commit is contained in:
mrossinek 2019-02-24 15:54:49 +01:00 committed by Paul Beckingham
parent b87703eb39
commit b0c9bf6c8d

View file

@ -71,7 +71,10 @@ int CmdContext::execute (std::string& output)
else if (words.size ()) setContext (words, out);
}
else
{
listContexts (out);
out << "Use 'task context none' to unset the current context.";
}
output = out.str ();
return 0;