Config SubCommands is []Commander
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 31s
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:
@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user