bin = { name = "rq" }
args = ["-h"]
stdout = """
Blazing fast JSONPath CLI tool powered by SIMD
Usage: rq[EXE] [OPTIONS] <QUERY> [FILE_PATH]
Arguments:
<QUERY> JSONPath query to run against the input JSON
[FILE_PATH] Input JSON file to query
Options:
--json <JSON> Inline input JSON to query
-v, --verbose Include verbose debug information
-c, --compile Only compile the query and output the automaton, do not run the
engine
-r, --result <RESULT> Result reporting mode [default: nodes] [possible values: count,
indices, nodes]
--force-input <FORCE_INPUT> Bypass automatic resolution of the input strategy and force a
specific one [possible values: mmap, eager, buffered]
-h, --help Print help (see more with '--help')
-V, --version Print version
"""