refactor: Store the config in CliOptions instead of its path

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-07 18:57:53 +00:00
parent 30b3056d39
commit a6a61aedf1
15 changed files with 84 additions and 73 deletions

View File

@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `alt` tag to the git issue - by Awiteb
- Add `description` tag to the patch - by Awiteb
### Refactor
- Store the config in `CliOptions` instead of its path - by Awiteb
## [0.2.0] - 2025-06-01
### Added