Skip to content

Commit

Permalink
Remove traling curlybrace
Browse files Browse the repository at this point in the history
  • Loading branch information
yedayak authored Feb 17, 2025
1 parent 40b5bc1 commit b7973d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/completions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Calling the `__complete` command directly allows you to run the Go debugger to t
```go
// Prints to the completion script debug file (if BASH_COMP_DEBUG_FILE
// is set to a file path) and optionally prints to stderr.
cobra.CompDebug(msg string, printToStdErr bool) {
cobra.CompDebug(msg string, printToStdErr bool)
cobra.CompDebugln(msg string, printToStdErr bool)

// Prints to the completion script debug file (if BASH_COMP_DEBUG_FILE
Expand Down

0 comments on commit b7973d4

Please sign in to comment.