We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7481688 commit 9470d1fCopy full SHA for 9470d1f
cmd/rootCmd.go
@@ -12,7 +12,6 @@ var rootCmd = &cobra.Command{
12
Short: "A CLI tool for debugging",
13
Long: `This CLI tool allows you to debug your agent by chatting with it locally.`,
14
Run: func(cmd *cobra.Command, args []string) {
15
- // fmt.Println("Use 'gh debug-cli --help' to see available commands")
16
},
17
}
18
0 commit comments