mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-09 07:46:32 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace RemSox.UI.GUI.CLI;
|
||||
|
||||
public interface ICommand
|
||||
{
|
||||
string Name { get; }
|
||||
|
||||
string Description { get; }
|
||||
|
||||
void Execute(string? arguments);
|
||||
}
|
||||
Reference in New Issue
Block a user