mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-06 15:56:29 +02:00
Add printLine support for commands and implement basic UI controls rendering
This commit is contained in:
@@ -8,7 +8,7 @@ public sealed class ClearCommand : ICommand
|
||||
|
||||
public string Description => "Clear the screen";
|
||||
|
||||
public void Execute(string? arguments)
|
||||
public void Execute(string? arguments, Action<string> printLine)
|
||||
{
|
||||
Console.Clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user