From 327bba5b0e5cb6de7dd520a8792e11cd5eff8fd2 Mon Sep 17 00:00:00 2001 From: moualhi zine el abidine Date: Tue, 27 Aug 2024 20:48:38 +0100 Subject: [PATCH] =?UTF-8?q?docs=20=F0=9F=93=9A:=20added=20some=20flag=20de?= =?UTF-8?q?scriptions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: moualhi zine el abidine --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 9ab9d12..e682987 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -137,7 +137,7 @@ func executeGitCommit(message, body string, signOff bool) error { if err != nil { return fmt.Errorf("git command failed: %v\nOutput: %s", err, output) } - fmt.Print(output) + fmt.Printf("Git command output:\n%s", output) return nil }