- More features.
This commit is contained in:
Paul Beckingham 2014-09-15 20:15:07 -04:00
parent e020966425
commit d7a5c34e01
2 changed files with 4 additions and 1 deletions

View file

@ -33,6 +33,7 @@
////////////////////////////////////////////////////////////////////////////////
int cmdHelp ()
{
// TODO This needs some work.
std::cout << "tasksh help\n";
return 0;

View file

@ -30,9 +30,11 @@
////////////////////////////////////////////////////////////////////////////////
std::string composePrompt ()
{
// TODO The prompt should be composed of two elements:
// TODO The prompt may be composed of different elements:
// TODO - The configurable text
// TODO - The accumulated context, as colored tokens.
// TODO - sync status
// TODO - time
return "task> ";
}