mirror of
https://github.com/spf13/cobra
synced 2025-04-01 20:39:12 +00:00
Remove traling curlybrace
This commit is contained in:
parent
40b5bc1437
commit
b7973d4487
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