Skip to content

Commit 9470d1f

Browse files
committedNov 21, 2024
remove commented line in run cmd
1 parent 7481688 commit 9470d1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎cmd/rootCmd.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var rootCmd = &cobra.Command{
1212
Short: "A CLI tool for debugging",
1313
Long: `This CLI tool allows you to debug your agent by chatting with it locally.`,
1414
Run: func(cmd *cobra.Command, args []string) {
15-
// fmt.Println("Use 'gh debug-cli --help' to see available commands")
1615
},
1716
}
1817

0 commit comments

Comments
 (0)
Failed to load comments.