Config SubCommands is []Commander
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 31s

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-06-03 13:36:43 +02:00
parent 00078e09be
commit 39c47446c9

View File

@ -24,7 +24,7 @@ type Config struct {
PersistentPostRunE []func(cmd *cobra.Command, args []string) error // collection of PostRunE functions
ShutdownSignals []os.Signal
ShutdownTimeout time.Duration
SubCommands []Command
SubCommands []Commander
SubCommandInitializeFunc func(cmd *cobra.Command)
ValidArgs []string
}