sharpvik / sema

Semantic commit tool
MIT License
56 stars 3 forks source link

Implement the `--dry-run` flag #11

Closed sharpvik closed 5 months ago

sharpvik commented 2 years ago

sema is a powerful tool with a lot of flags in place. They combine in a lot of ways too. I would like to know exactly what will happen after a command without any changes taking place to confirm that I'm doing the right thing.

sharpvik commented 2 years ago

For this, the --dry-run | -d flag can be added. It will run sema, avoiding any effectful changes, merely describing what would happen.