diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-11-25 21:40:38 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:15:10 +0100 |
commit | 8288555aa1dcab1ae38831d40529c6a2fbe3c8fd (patch) | |
tree | b9ad50a1a55eabc99aedc28996c8a1d156d364b3 /docs | |
parent | 1a0e1afbddd51c8ddc4e78e8df4c9ab8e795b8d6 (diff) | |
download | meson-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.md | 12 |
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 |