feat: more work on getting console client sorted
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace AltGen.Console.Common;
|
||||
|
||||
static class HostBuilderExtensions
|
||||
{
|
||||
public static CommandApp<GenerateCommand> BuildApp(this IHostBuilder builder)
|
||||
{
|
||||
var registrar = new TypeRegistrar(builder);
|
||||
var app = new CommandApp<GenerateCommand>(registrar);
|
||||
return app;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user