From b7973d4487feb2ad074db348bf1b06e4072c1a99 Mon Sep 17 00:00:00 2001 From: Yedaya Katsman <yedaya.ka@gmail.com> Date: Mon, 17 Feb 2025 20:12:35 +0200 Subject: [PATCH] Remove traling curlybrace --- 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