summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Wills <rob.wills@gmail.com>2023-06-13 16:45:02 -0700
committerGitHub <noreply@github.com>2023-06-14 08:45:02 +0900
commit9cb69ad5a57f95bf714752d2e3061d4829d51f8a (patch)
treee93d2d710a036ae709c981ef8cc12029bce70f9b
parent2e5c3f490ca015ecfa542c848bb59a74e5e020ed (diff)
Add a note about how to provide positional arguments without confusing the arg parser (#1989)
-rw-r--r--docs/content/manual/manual.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index fec53b0a..f88929d5 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -276,6 +276,12 @@ sections:
Remaining arguments are positional JSON text arguments. These
are available to the jq program as `$ARGS.positional[]`.
+
+ * `--`:
+
+ Terminates argument processing. Remaining arguments are
+ positional, either strings, JSON texts, or input filenames,
+ according to whether `--args` or `--jsonargs` were given.
* `--run-tests [filename]`: