Skip to content

Commit

Permalink
♻️ Improve lazycommit commit description and add suggestion feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonBirchall committed Nov 22, 2024
1 parent cc212d5 commit b051901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/lazycommit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/lazycommit_commit.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit b051901

Please sign in to comment.