Skip to content

Commit

Permalink
remove commented line in run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmvrk committed Nov 21, 2024
1 parent 7481688 commit 9470d1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/rootCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
},
}

Expand Down

0 comments on commit 9470d1f

Please sign in to comment.