1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-04-01 12:29:12 +00:00

Remove traling curlybrace ()

This commit is contained in:
Yedaya Katsman 2025-02-17 21:16:17 +02:00 committed by GitHub
parent 0d417d8f77
commit f98cf4216d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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