-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
The description for the --pattern option in wad extract reads: extract only files matching pattern with shell-like wildcards.
One problem is that while it's possible to chain multiple commands, like -p "*.bin" -p "*.dds", this is not clear from reading the command description alone.
Furthermore, it is not possible to filter only extensionless files. Perhaps the extracted paths should also be sanitized before being passed to the pattern matching function to allow filtering by "guessed" extensions, like .cdtb.bin.
Maybe just making the pattern a regex would also solve all of this, as you can match basically everything with regex alone.
Metadata
Metadata
Assignees
Labels
No labels