Skip to content

Unrecognized options --nul-output, --binary on Windows #2510

Open
@apsen-github

Description

@apsen-github

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions