Made CLI auto-update on menu screen (task count)

And tail the logfile
This commit is contained in:
2023-05-21 14:44:33 +02:00
parent 636d17d287
commit 168bf5a358
3 changed files with 111 additions and 91 deletions

View File

@ -55,4 +55,9 @@ public class Logger : TextWriter
{
return _memoryLogger.Tail(lines);
}
public string[] GetNewLines()
{
return _memoryLogger.GetNewLines();
}
}