dev-centralize #1
@ -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