mfer/internal/cli
sneak 444a4c8f45 Add list command to show manifest contents
- mfer list: shows file paths one per line
- mfer list -l/--long: shows size, mtime, and path
- mfer list --print0: NUL-separated output for xargs -0
2025-12-17 15:36:48 -08:00
..
check.go Add Verbose log level between Info and Debug 2025-12-17 15:17:27 -08:00
entry_test.go Fix version command and add default action with banner 2025-12-17 15:28:14 -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 Verbose log level between Info and Debug 2025-12-17 15:17:27 -08:00
freshen_test.go Change FileProgress callback to channel-based progress 2025-12-17 14:30:10 -08:00
freshen.go Skip manifest write when nothing changed in freshen 2025-12-17 15:31:33 -08:00
gen.go Add Verbose log level between Info and Debug 2025-12-17 15:17:27 -08:00
list.go Add list command to show manifest contents 2025-12-17 15:36:48 -08:00
mfer.go Add list command to show manifest contents 2025-12-17 15:36:48 -08:00