mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-06 15:56:29 +02:00
Show CPU core count in CLI and add window creation helper methods
This commit is contained in:
@@ -18,6 +18,7 @@ internal class CliProcess() : Process("Cli")
|
||||
Console.Clear();
|
||||
Console.WriteLine("Welcome RemSox!");
|
||||
Console.WriteLine("Type 'help' to see available commands.");
|
||||
Console.WriteLine(Environment.ProcessorCount + " CPU cores detected");
|
||||
Console.Write("> ");
|
||||
|
||||
historyIndex = CommandManager.GetCommandHistory().Count;
|
||||
|
||||
Reference in New Issue
Block a user