Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Verbose Extraction Flag #67

Open
gfs opened this issue Sep 28, 2021 · 1 comment
Open

Add Verbose Extraction Flag #67

gfs opened this issue Sep 28, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@gfs
Copy link
Contributor

gfs commented Sep 28, 2021

Currently if you set ExtractSelfOnFail you'll the parent archive but not any (limited) contents that we were able to extract out of the archive. Consider adding an additional flag for use with ExtractSelfOnFail that would also include everything we could find. This would require adding a field to FileEntry to indicate partially extracted file, perhaps with gradations of how much was extracted.

@gfs gfs mentioned this issue Sep 28, 2021
@gfs gfs added the enhancement New feature or request label Sep 28, 2021
@gfs
Copy link
Contributor Author

gfs commented Sep 29, 2021

This could also use the FileEntryType enum (is this the right name for the enum type?) to indicate a shell result (ie dont expect a valid Stream in the FileEntry).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant