Implement verbose mode that shows files as they are discovered during collection rather than just a summary. This provides better user feedback during the typically slow filesystem traversal phase. Features: - Real-time "found: filename" output as files are discovered - Verbose feedback during collection phase (not archiving phase) - Simple, focused output that shows filtering effects - Helps users track progress during potentially slow operations Changes: - Add --verbose boolean flag to CLI - Pass verbose flag to collector constructors - Display "found: filename" output during file collection - Add test case to verify verbose output contains expected messages - Update test suite with helper function to verify output contents |
||
---|---|---|
.. | ||
collector.go | ||
matcher.go |