mirror of
https://github.com/spf13/cobra
synced 2025-04-01 12:29:12 +00:00
Remove traling curlybrace (#2237)
This commit is contained in:
parent
0d417d8f77
commit
f98cf4216d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue