Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/content/manual/dev/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ sections:
Read filter from the file rather than from a command line, like
awk's -f option.

* `-L directory`:
* `-L directory` / `--library-path directory`:

Prepend `directory` to the search list for modules. If this
option is used then no builtin search list is used. See the
Expand All @@ -241,7 +241,8 @@ sections:
bind `$foo` to `"123"`.

Named arguments are also available to the jq program as
`$ARGS.named`.
`$ARGS.named`. When the name is not a valid identifier, this is
the only way to access it.

* `--argjson name JSON-text`:

Expand Down
6 changes: 3 additions & 3 deletions jq.1.prebuilt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading