dev-centralize #1

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

View File

@ -12,7 +12,7 @@ type Command struct {
Configure func(c *cobra.Command) Configure func(c *cobra.Command)
} }
func (c Command) Initialize(f func(c *cobra.Command)) *cobra.Command { func (c Command) Initialize(f func(cmd *cobra.Command)) *cobra.Command {
if f != nil { if f != nil {
f(c.Command) f(c.Command)
} }