mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-06 23:41:33 +02:00
Add printLine support for commands and implement basic UI controls rendering
This commit is contained in:
@@ -10,9 +10,9 @@ public class StartGuiCommand : ICommand
|
||||
public string Name => "start-gui";
|
||||
public string Description => "Starts the Graphical User Interface (Desktop Process)";
|
||||
|
||||
public void Execute(string? args)
|
||||
public void Execute(string? arguments, Action<string> printLine)
|
||||
{
|
||||
Console.WriteLine("Starting Desktop Process...");
|
||||
printLine("Starting Desktop Process...");
|
||||
ProcessManager.SpawnProcess<DesktopProcess>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user