Open
Description
jq issues "Unknow option" when trying to pass either --nul-output or --binary to the executable.
C:\>jq --version
jq-1.6
C:\>jq --binary
/cygdrive/c/Programs/cygwin64/bin/jq: Unknown option --binary
Use /cygdrive/c/Programs/cygwin64/bin/jq --help for help with command-line options,
or see the jq manpage, or online docs at https://stedolan.github.io/jq
C:\>jq --nul-output
/cygdrive/c/Programs/cygwin64/bin/jq: Unknown option --nul-output
Use /cygdrive/c/Programs/cygwin64/bin/jq --help for help with command-line options,
or see the jq manpage, or online docs at https://stedolan.github.io/jq
C:\>jq-win --version
jq-1.6
C:\>jq-win --binary
C:\Software\utils\jq-win.exe: Unknown option --binary
Use C:\Software\utils\jq-win.exe --help for help with command-line options,
or see the jq manpage, or online docs at https://stedolan.github.io/jq
C:\>jq-win --nul-output
C:\Software\utils\jq-win.exe: Unknown option --nul-output
Use C:\Software\utils\jq-win.exe --help for help with command-line options,
or see the jq manpage, or online docs at https://stedolan.github.io/jq