lucas-labs / coco

🥥 coco » interactive cli for creating conventional commits.
MIT License
3 stars 0 forks source link

✨ » don't show the commit if the user quitted before actually committing #20

Closed lucas-labs closed 1 month ago

lucas-labs commented 1 month ago

Right now, we show the commit message even if the user quits before actually committing, which could be confusing and misleading making the user think that the commit was actually performed. show the commit before exiting

Extracted from:

https://github.com/lucas-labs/coco/blob/10acd13d76ec2ed133d4309299528060628ec6ad/coco/src/main.rs#L60-L64