We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3d9c93 + 74493c9 commit 16d81dcCopy full SHA for 16d81dc
README.md
@@ -137,8 +137,8 @@ The result output from cwc can also be piped to other commands as well. This exa
137
138
```sh
139
# generate a commit message for current changes
140
-PROMPT="please write me a conventional commit for these changes"
141
-git diff HEAD | cwc $PROMPT | git commit -e --file -
+CWC_PROMPT="please write me a conventional commit for these changes"
+git diff HEAD | cwc $CWC_PROMPT | git commit -e --file -
142
```
143
144
## Configuration
0 commit comments