feat: Add SetupCommand to run an interactive setup wizard.
This commit is contained in:
@@ -183,6 +183,7 @@ commandRegistry.Register(new HelpCommand(commandRegistry));
|
||||
commandRegistry.Register(new ClearCommand());
|
||||
commandRegistry.Register(new StatusCommand(model, endpoint));
|
||||
commandRegistry.Register(new CompactCommand(compactor, history));
|
||||
commandRegistry.Register(new SetupCommand());
|
||||
|
||||
var commandDispatcher = new CommandDispatcher(commandRegistry);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user