From 542698c5791bce332f942f0b5100623dfd53a8be Mon Sep 17 00:00:00 2001 From: Snider Date: Wed, 18 Mar 2026 12:19:03 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20update=20for=20CoreGO=20API=20=E2=80=94?= =?UTF-8?q?=20s.core.App=20=E2=86=92=20s.core.App().Runtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Virgil --- pkg/cli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/commands.go b/pkg/cli/commands.go index d06d19f..b538843 100644 --- a/pkg/cli/commands.go +++ b/pkg/cli/commands.go @@ -41,7 +41,7 @@ type commandService struct { } func (s *commandService) OnStartup(_ context.Context) error { - if root, ok := s.core.App.(*cobra.Command); ok { + if root, ok := s.core.App().Runtime.(*cobra.Command); ok { s.register(root) // Auto-set Short/Long from i18n keys derived from command name. // The Conclave's i18n service has already loaded all translations