I am running PartiQL 0.9.2, the CLI options for --of and -q that I used to use no longer work. Can you please tell me what are the alternative CLI options that I need to use?
I have a script.sh file where I take the Partiql output and then | the output into SED.
I was able to replace --of with --out-format and 1 of the errors had gone away, however the -q option does not seem to have a replacement, I have tried running partiql --help / -h but I cannot see a replacement option for -q.