Allow wildcards, or maybe even full regex, so that you can include files that match a particular pattern.
In my use case I was looking to extract all of the ini files from a pak, so being able to do .\repak.exe unpack -i *.ini pakname.pak would be nice.
Allow wildcards, or maybe even full regex, so that you can include files that match a particular pattern.
In my use case I was looking to extract all of the ini files from a pak, so being able to do
.\repak.exe unpack -i *.ini pakname.pakwould be nice.