Summary
exarch list and exarch verify return an error for 7z archives even though extraction works:
Error: invalid archive: 7z archive listing not yet supported
Reproduction
exarch list archive.7z # Error: 7z archive listing not yet supported
exarch verify archive.7z # Error: 7z archive listing not yet supported
exarch extract archive.7z ./ # Works correctly
Expected behavior
list and verify should support 7z archives consistently with TAR and ZIP.
sevenz-rust2 (already a dependency) supports iterating entries via SevenZReader — the same reader used in extraction. The listing implementation should reuse that path.
Summary
exarch listandexarch verifyreturn an error for 7z archives even though extraction works:Reproduction
Expected behavior
listandverifyshould support 7z archives consistently with TAR and ZIP.sevenz-rust2(already a dependency) supports iterating entries viaSevenZReader— the same reader used in extraction. The listing implementation should reuse that path.