mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-08 07:46:29 +02:00
Refactor CLI command system to support async execution and central command history
This commit is contained in:
@@ -8,7 +8,7 @@ public class StopGuiCommand : ICommand
|
||||
public string Name => "stop-gui";
|
||||
public string Description => "Stops the Graphical User Interface (Desktop Process)";
|
||||
|
||||
public async void Execute(string? arguments, Action<string> printLine)
|
||||
public async Task ExecuteAsync(string? arguments, Action<string> printLine)
|
||||
{
|
||||
printLine("Stopping Desktop Process...");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user