1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Docs: add description of --from-file option

This commit is contained in:
Ryoichi KATO
2013-10-16 21:42:29 +09:00
parent 0feeb7d0d4
commit da723d3e11

View File

@@ -125,6 +125,11 @@ sections:
formatted as a JSON string with quotes. This can be useful for
making jq filters talk to non-JSON-based systems.
* `-f filename` / `--from-file filename`:
Read filter from the file rather than from a command line, like
awk's -f option. You can also use '#' to make comments.
* `--arg name value`:
This option passes a value to the jq program as a predefined