We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The new argument parsing to bsputil expects operations such as --extract-textures to take an argument.
That is, this fails:
bsputil --extract-textures foo.bsp
...while...
bsputil --extract-textures dummy foo.bsp
...works.
Given the new argument parsing I also suspect that #224 is invalid.
The text was updated successfully, but these errors were encountered:
0b2395d
Thanks for catching.
I fixed --extract-textures and --extract-entities. I'll need to test the other bsputil commands and ideally add automated tests for all commands.
--extract-textures
--extract-entities
Sorry, something went wrong.
bsputil: fix --extract-entities and --extract-textures command line p…
e148d5f
…arsing Fixes ericwa#435
No branches or pull requests
The new argument parsing to bsputil expects operations such as --extract-textures to take an argument.
That is, this fails:
...while...
...works.
Given the new argument parsing I also suspect that #224 is invalid.
The text was updated successfully, but these errors were encountered: