Skip to content

Commit

Permalink
update help logic
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmvrk committed Nov 21, 2024
1 parent 9db4d49 commit 7481688
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/rootCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ import (
)

var rootCmd = &cobra.Command{
Use: "gh-debug-cli",
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")
// fmt.Println("Use 'gh debug-cli --help' to see available commands")
},
}

Expand Down

0 comments on commit 7481688

Please sign in to comment.