mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Remove Stop() override and Console.Clear() call from CliProcess
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user