From 9cb69ad5a57f95bf714752d2e3061d4829d51f8a Mon Sep 17 00:00:00 2001 From: Rob Wills Date: Tue, 13 Jun 2023 16:45:02 -0700 Subject: Add a note about how to provide positional arguments without confusing the arg parser (#1989) --- docs/content/manual/manual.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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]`: -- cgit v1.2.3