The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
453 B

## 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).