feat: add --dry flag

This commit is contained in:
Jef Roosens 2023-06-13 12:49:31 +02:00
parent acb3cfd8e6
commit b08ba3853f
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 69 additions and 15 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.rustybever.be/Chewing_Bever/alex/src/branch/dev)
### Added
* `--dry` flag to inspect command that will be run
## [0.2.0](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.2.0)
### Added