You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Globbing is supported but single * will not match more than one path component. Use ** to match all directories and then *.ini to match ini files: e.g. repak unpack -i '**/*.ini' <pak>
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.The text was updated successfully, but these errors were encountered: