RKrahl / archive-tools

Tools for managing archives
Apache License 2.0
1 stars 2 forks source link

Add an Archive.extract() method. #41

Closed RKrahl closed 4 years ago

RKrahl commented 4 years ago

Add a method extract() to class Archive that extracts the content into a target directory.

Still to do:

Note: for the moment, there is no corresponding subcommand in the command line interface, because it is largely redundant to extracting the archive using the tar command.