feat: add remove, list, and add config commands
This commit is contained in:
@@ -9,12 +9,11 @@ static class HostBuilderExtensions
|
||||
|
||||
app.Configure(static c =>
|
||||
{
|
||||
c.PropagateExceptions();
|
||||
|
||||
c.AddBranch("config", static c =>
|
||||
{
|
||||
c.AddCommand<AddConfigCommand>("add");
|
||||
c.AddCommand<RemoveConfigCommand>("remove");
|
||||
c.AddCommand<ListConfigCommand>("list");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user