mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-08 15:56:29 +02:00
Add printLine support for commands and implement basic UI controls rendering
This commit is contained in:
+3
-1
@@ -1,10 +1,12 @@
|
||||
namespace RemSox.UI.GUI.CLI;
|
||||
|
||||
using System;
|
||||
|
||||
public interface ICommand
|
||||
{
|
||||
string Name { get; }
|
||||
|
||||
string Description { get; }
|
||||
|
||||
void Execute(string? arguments);
|
||||
void Execute(string? arguments, Action<string> printLine);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user