You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## New Features
### Add --quiet / -q global flag
- Suppress progress output during cache building
- Added to AppConfig for consistent access
- Updated cache.rs to check quiet mode before printing progress
- Added test for quiet flag functionality
## CLI Improvements
### Clean up deprecated TODO comments
- Removed obsolete AppSettings TODO comments (superseded by clap 4)
- Updated command attributes to use modern clap 4 syntax
- Added subcommand_required and arg_required_else_help
### Documentation improvements
- Better help text for CLI options
- Consistent formatting of option descriptions
## Files Changed
- ci/src/cli/mod.rs: Add --quiet flag, clean up TODOs, modernize clap config
- codeinput/src/utils/app_config.rs: Add quiet field to AppConfig
- codeinput/src/utils/logger.rs: Add quiet field to fallback configs
- codeinput/src/core/cache.rs: Check quiet mode before printing progress
- ci/tests/test_cli.rs: Add test for --quiet flag
0 commit comments