opencommit icon indicating copy to clipboard operation
opencommit copied to clipboard

[Feature]: quietly generate commit message

Open yegor256 opened this issue 6 months ago • 1 comments

Would be nice to have an ability to just generate a commit message, in a pure batch style mode (no interaction with the user):

MSG=$(oco --just-message)

This would allow me to integrate oco into my own custom script. Now, I can't do this.

yegor256 avatar May 22 '25 07:05 yegor256