Since release of 13.0.24 I am getting an invalid command error when running the following:
npx swagger-typescript-api -p https://validator.swagger.io/validator/openapi.json -o server/@types/ -n index.d.ts --no-client

If I force this to run with version 13.0.23 this runs fine and outputs as expected, if I use the generate command as suggested this ignore the --no-client flag. I don't see any changes mentioned that should cause this issue, any guidance would be appreciated
Since release of 13.0.24 I am getting an invalid command error when running the following:
npx swagger-typescript-api -p https://validator.swagger.io/validator/openapi.json -o server/@types/ -n index.d.ts --no-clientIf I force this to run with version 13.0.23 this runs fine and outputs as expected, if I use the generate command as suggested this ignore the --no-client flag. I don't see any changes mentioned that should cause this issue, any guidance would be appreciated