diff --git a/cmd/rootCmd.go b/cmd/rootCmd.go index dfc28b3..f7cb407 100644 --- a/cmd/rootCmd.go +++ b/cmd/rootCmd.go @@ -12,7 +12,6 @@ var rootCmd = &cobra.Command{ Short: "A CLI tool for debugging", Long: `This CLI tool allows you to debug your agent by chatting with it locally.`, Run: func(cmd *cobra.Command, args []string) { - // fmt.Println("Use 'gh debug-cli --help' to see available commands") }, }