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