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

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;