summaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2023-08-02 15:52:53 -0500
committerNico Williams <nico@cryptonector.com>2023-08-19 17:40:08 -0500
commit583e4a27188a2db097dd043dd203b9c106bba100 (patch)
treefba0bc0a43341b57628962036173889fc4d62606 /docs/content
parent7d643810163a944f8fec5c891b9053c12069b509 (diff)
Add --config option printing ./configure options used
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/manual/manual.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index e6edbc7b..f28d9a89 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -301,6 +301,12 @@ sections:
Output the jq version and exit with zero.
+ * `--build-configuration`:
+
+ Output the build configuration of jq and exit with zero.
+ This output has no supported format or structure and may change
+ without notice in future releases.
+
* `--help` / `-h`:
Output the jq help and exit with zero.
@@ -1968,6 +1974,19 @@ sections:
output:
- '[{"a":{"b":2}}]'
+ - title: "`$JQ_BUILD_CONFIGURATION`"
+ body: |
+
+ This builtin binding shows the jq executable's build
+ configuration. Its value has no particular format, but
+ it can be expected to be at least the `./configure`
+ command-line arguments, and may be enriched in the
+ future to include the version strings for the build
+ tooling used.
+
+ Note that this can be overriden in the command-line
+ with `--arg` and related options.
+
- title: "`$ENV`, `env`"
body: |