Initial commit
This commit is contained in:
11
ICommandModule.cs
Normal file
11
ICommandModule.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Automancer.Common;
|
||||
|
||||
using Spectre.Console.Cli;
|
||||
|
||||
public interface ICommandModule
|
||||
{
|
||||
public string Name => string.Empty;
|
||||
public string Description => string.Empty;
|
||||
void Configure(IConfigurator config, CommandRegistry registry);
|
||||
|
||||
}
|
Reference in New Issue
Block a user