ericw-tools icon indicating copy to clipboard operation
ericw-tools copied to clipboard

New argument parsing for bsputil broken

Open dsvensson opened this issue 1 year ago • 1 comments

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.

dsvensson avatar Aug 03 '24 14:08 dsvensson

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.

ericwa avatar Aug 04 '24 18:08 ericwa