mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-08 23:41:57 +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)
|
private static void HandleCommand(string input)
|
||||||
{
|
{
|
||||||
if (string.IsNullOrWhiteSpace(input))
|
if (string.IsNullOrWhiteSpace(input))
|
||||||
|
|||||||
Reference in New Issue
Block a user