feature request: ability to pass custom options to 7zip #760
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
I'd like to add exclude filters to 7z extractor. For example, to extract macOS archives without debug symbols (that take a lot of space and not needed on CI) I use the following command:
7z x "$archive" '-xr!*.dSYM'
Describe the solution you'd like
Probably additional CLI parameter. I guess it would work only with external 7z.
Describe alternatives you've considered
-
The text was updated successfully, but these errors were encountered: