mholt / archiver

Easily create & extract archives, and compress & decompress files of various formats

Home Page:https://pkg.go.dev/github.com/mholt/archiver/v4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why '7z' not supported by Command

BTYHunter opened this issue · comments

I have a question why 7z not supported by Command but supported by Library ?
Is there some technology reason?

Archiver v4 has no CLI (yet) -- and the 7z implementation did not exist when Archiver v3 was made.

thanks