[feat] Ctl framework
This commit is contained in:
13
abyssctl/Program.cs
Normal file
13
abyssctl/Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
namespace abyssctl;
|
||||
|
||||
|
||||
static class Program
|
||||
{
|
||||
static async Task<int> Main(string[] args)
|
||||
{
|
||||
var app = new App.App();
|
||||
return await app.RunAsync(args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user