mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Prompt
- Added notes on what the prompt should be.
This commit is contained in:
parent
69fc5fe39b
commit
e020966425
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string composePrompt ()
|
||||
{
|
||||
// TODO The prompt should be composed of two elements:
|
||||
// TODO - The configurable text
|
||||
// TODO - The accumulated context, as colored tokens.
|
||||
return "task> ";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue