From f98cf4216d3cb5235e6e0cd00ee00959deb1dc65 Mon Sep 17 00:00:00 2001 From: Yedaya Katsman <yedaya.ka@gmail.com> Date: Mon, 17 Feb 2025 21:16:17 +0200 Subject: [PATCH] Remove traling curlybrace (#2237) --- site/content/completions/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/completions/_index.md b/site/content/completions/_index.md index 5996707a..8445850a 100644 --- a/site/content/completions/_index.md +++ b/site/content/completions/_index.md @@ -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