Skip to content

Commit 7481688

Browse files
committedNov 21, 2024
update help logic
1 parent 9db4d49 commit 7481688

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎cmd/rootCmd.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ import (
99
)
1010

1111
var rootCmd = &cobra.Command{
12-
Use: "gh-debug-cli",
1312
Short: "A CLI tool for debugging",
1413
Long: `This CLI tool allows you to debug your agent by chatting with it locally.`,
1514
Run: func(cmd *cobra.Command, args []string) {
16-
fmt.Println("Use 'gh-debug-cli --help' to see available commands")
15+
// fmt.Println("Use 'gh debug-cli --help' to see available commands")
1716
},
1817
}
1918

0 commit comments

Comments
 (0)
Failed to load comments.