[feat] enhance CLI flags with --quiet and --no-interaction; update logging to respect verbosity and quiet modes; refactor log macros and add related tests

This commit is contained in:
2025-08-08 19:33:47 +02:00
parent a0216a0e18
commit cd076c5a91
8 changed files with 564 additions and 93 deletions

View File

@@ -13,8 +13,8 @@
- [x] add support for video files -> use ffmpeg to extract audio
- [x] detect gpus and use them
- [x] refactor project
- add error handling
- add verbose flag (--verbose | -v) + add logging
- [x] add error handling
- [x] add verbose flag (--verbose | -v) + add logging
- add documentation
- refactor project
- package into executable