Remove Stop() override and Console.Clear() call from CliProcess

This commit is contained in:
Stone_Red
2026-06-10 03:06:15 +02:00
parent 98e4f73cfe
commit a1dc9f4c5e
-5
View File
@@ -51,11 +51,6 @@ internal class CliProcess() : Process("Cli")
}
}
internal override void Stop()
{
Console.Clear();
}
private static void HandleCommand(string input)
{
if (string.IsNullOrWhiteSpace(input))