New Commands & piped interpreter!
This commit is contained in:
14
TermEngine/Core/ICOmmand.cs
Normal file
14
TermEngine/Core/ICOmmand.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace TermApp.Core
|
||||
{
|
||||
|
||||
public interface ICommand
|
||||
{
|
||||
|
||||
string Name { get; }
|
||||
string Description { get; }
|
||||
void Execute(string[] args, string input = null);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user