Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrossinek authored and pbeckingham committed Mar 3, 2019
1 parent f6b2a65 commit 254e737
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/CmdContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 254e737

Please sign in to comment.