File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments