From b051901f594577f124cda3468f24327e96f222d1 Mon Sep 17 00:00:00 2001 From: jasonBirchall Date: Fri, 22 Nov 2024 21:37:39 +0000 Subject: [PATCH] :recycle: Improve lazycommit commit description and add suggestion feature --- docs/lazycommit.md | 2 +- docs/lazycommit_commit.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/lazycommit.md b/docs/lazycommit.md index c55e516..3903447 100644 --- a/docs/lazycommit.md +++ b/docs/lazycommit.md @@ -20,7 +20,7 @@ to quickly create a Cobra application. ### SEE ALSO -* [lazycommit commit](lazycommit_commit.md) - Prints out the diff in the current directory +* [lazycommit commit](lazycommit_commit.md) - Prints out the diff in the current directory and suggests commit messages * [lazycommit completion](lazycommit_completion.md) - Generate the autocompletion script for the specified shell * [lazycommit docs](lazycommit_docs.md) - Generates Markdown documentation for the CLI * [lazycommit init](lazycommit_init.md) - Initializes the configuration file in the user's Linux profile diff --git a/docs/lazycommit_commit.md b/docs/lazycommit_commit.md index 341639d..f00351c 100644 --- a/docs/lazycommit_commit.md +++ b/docs/lazycommit_commit.md @@ -1,11 +1,11 @@ ## lazycommit commit -Prints out the diff in the current directory +Prints out the diff in the current directory and suggests commit messages ### Synopsis This command prints out the diff of the changes in the current directory. -It helps you see what changes have been made before committing them. +It helps you see what changes have been made before committing them. It also suggests commit messages. ``` lazycommit commit [flags]