Skip to content

Commit 721c4ed

Browse files
committed
docs: update cli.ts
1 parent 52dd845 commit 721c4ed

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/cli.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/**
22
* CLI module.
33
*
4-
* This is the entry-point for the Auto Commit Message tool when running as an STANDALONE
5-
* command-line script.
4+
* This is the entry-point for the Auto Commit Message tool when running as a STANDALONE
5+
* command-line script i.e. without VS Code.
66
*
7-
* This script does NOT interact with VS Code or any Git commands. It just receives text as an
8-
* argument and prints output to `stdout` for use in a hook flow. Or `stderr` in the case of a
9-
* message not appropriate for a commit message.
7+
* This script does NOT interact with VS Code or the Git.
8+
*
9+
* It simply receives text as an argument and prints output to `stdout` for use in a hook flow. Or
10+
* `stderr`, in the case of a message not appropriate for a commit message.
1011
*
1112
* See `shell/README.md` docs.
1213
*/

0 commit comments

Comments
 (0)