Forgot to connect command handler.

This commit is contained in:
benbierens 2023-10-29 09:47:34 +01:00
parent f17d123af8
commit d7827a4531
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ namespace BiblioTech.Commands
await deployUploadCommand.CommandHandler(context);
await deployRemoveCommand.CommandHandler(context);
await whoIsCommand.CommandHandler(context);
await netInfoCommand.CommandHandler(context);
}
public class ClearUserAssociationCommand : SubCommandOption
@ -254,6 +255,7 @@ namespace BiblioTech.Commands
try
{
var group = ci.WrapCodexContainers(deployment.CodexInstances.Select(i => i.Container).ToArray());
await context.AdminFollowup($"{group.Count()} Codex nodes.");
foreach (var node in group)
{
try