mfer/internal/cli
sneak d3776d7d7c Add unit tests for checker/scanner and validate input paths
- Add comprehensive unit tests for internal/checker (88.5% coverage)
  - Status string representations
  - NewChecker validation
  - Check operation (OK, missing, size/hash mismatch)
  - Progress reporting and context cancellation
  - FindExtraFiles functionality

- Add comprehensive unit tests for internal/scanner (80.1% coverage)
  - Constructors and options
  - File/path enumeration
  - Dotfile exclusion/inclusion
  - ToManifest with progress and cancellation
  - Non-blocking status channel sends

- Validate input paths before scanning in generate command
  - Fail fast with clear error if paths don't exist
  - Prevents confusing errors deep in enumeration
2025-12-17 16:57:01 -08:00
..
check.go Change check OK messages from debug to verbose level 2025-12-17 16:16:16 -08:00
entry_test.go Add unit tests for checker/scanner and validate input paths 2025-12-17 16:57:01 -08:00
entry.go Add godoc strings to all exported types, functions, and fields 2025-12-17 11:27:41 -08:00
fetch_test.go Fix all linter errors 2025-12-17 14:37:52 -08:00
fetch.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00
freshen_test.go Change FileProgress callback to channel-based progress 2025-12-17 14:30:10 -08:00
freshen.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00
gen.go Add unit tests for checker/scanner and validate input paths 2025-12-17 16:57:01 -08:00
list.go Add list command to show manifest contents 2025-12-17 15:36:48 -08:00
mfer.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00