From 9470d1ffab070f955bb3afbc49aa8321d2619460 Mon Sep 17 00:00:00 2001 From: calvinmvrk Date: Thu, 21 Nov 2024 14:09:06 -0600 Subject: [PATCH] remove commented line in run cmd --- cmd/rootCmd.go | 1 - 1 file changed, 1 deletion(-) 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") }, }