feat: initial config command implementation
This commit is contained in:
@@ -6,6 +6,9 @@ static class HostBuilderExtensions
|
||||
{
|
||||
var registrar = new TypeRegistrar(builder);
|
||||
var app = new CommandApp<GenerateCommand>(registrar);
|
||||
|
||||
app.Configure(static c => c.AddCommand<ConfigCommand>("config"));
|
||||
|
||||
return app;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user