dev-centralize #1

Merged
jantytgat merged 11 commits from dev-centralize into main 2025-06-09 19:13:38 +00:00
29 changed files with 1130 additions and 25 deletions
Showing only changes of commit 39c47446c9 - Show all commits

View File

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