[feat] Abyssctl Automatic module discovery
This commit is contained in:
6
abyssctl/App/Interfaces/IOptions.cs
Normal file
6
abyssctl/App/Interfaces/IOptions.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace abyssctl.App.Interfaces;
|
||||
|
||||
public interface IOptions
|
||||
{
|
||||
public Task<int> Run();
|
||||
}
|
||||
Reference in New Issue
Block a user