bin = { name = "rq" } args = ["-h"] stdout = """ Blazing fast JSONPath CLI tool powered by SIMD Usage: rq[EXE] [OPTIONS] [FILE_PATH] Arguments: JSONPath query to run against the input JSON [FILE_PATH] Input JSON file to query Options: --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 reporting mode [default: nodes] [possible values: count, indices, nodes] --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 """