From 7d78787d15190749322a8f7bf6352228064318f4 Mon Sep 17 00:00:00 2001 From: Kamiel de Visser Date: Sat, 25 Oct 2025 17:41:10 +0200 Subject: [PATCH] docs: update custom command description in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fca8f54..682c952 100644 --- a/README.md +++ b/README.md @@ -430,7 +430,7 @@ Just add the following custom command to your Lazygit config file ```yaml customCommands: - key: "" - description: "generate commit message for staged files using ai-commits" + description: "generate message candidates and commit using cfme" command: "cfme" context: "files" loadingText: "Generating commit message with cfme..."