aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2018-11-25 21:40:38 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-06 12:15:10 +0100
commit8288555aa1dcab1ae38831d40529c6a2fbe3c8fd (patch)
treeb9ad50a1a55eabc99aedc28996c8a1d156d364b3 /docs
parent1a0e1afbddd51c8ddc4e78e8df4c9ab8e795b8d6 (diff)
downloadmeson-8288555aa1dcab1ae38831d40529c6a2fbe3c8fd.zip
meson-8288555aa1dcab1ae38831d40529c6a2fbe3c8fd.tar.gz
meson-8288555aa1dcab1ae38831d40529c6a2fbe3c8fd.tar.bz2
mintro: Added option to introspect multiple parameters at once
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/introspect_multiple.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md
new file mode 100644
index 0000000..b7266f8
--- /dev/null
+++ b/docs/markdown/snippets/introspect_multiple.md
@@ -0,0 +1,12 @@
+## Added option to introspect multiple parameters at once
+
+Meson introspect can now print the results of multiple parameters
+in a single call. The results are then printed as a single JSON
+object.
+
+The format for a single command was not changed to keep backward
+compatibility.
+
+Furthermore the option `-a,--all` and `-i,--indent` was added to
+print all introspection information in one go and format the
+JSON output (the default is still compact JSON). \ No newline at end of file