diff --git a/internal/core/bootstrap.go b/internal/core/bootstrap.go index d03d8a89e..345f271c6 100644 --- a/internal/core/bootstrap.go +++ b/internal/core/bootstrap.go @@ -41,8 +41,6 @@ func BuildRootCmd(_ []string, conf *config.Config) cobra.Command { return nil }, - - Run: func(cmd *cobra.Command, args []string) {}, } rootCmd.BashCompletionFunction = commands.CustomBashCompletionFunc(rootCmd.Use)