parent
c4eb5c79fe
commit
b91c5aad85
5 changed files with 53 additions and 8 deletions
@ -1,12 +1,13 @@ |
||||
## 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 |
||||
Meson introspect can now print the results of multiple introspection |
||||
commands 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). |
||||
Furthermore the option `-a,--all`, `-i,--indent` and `-f,--force-new` |
||||
were added to print all introspection information in one go, format the |
||||
JSON output (the default is still compact JSON) and foce use the new |
||||
output format, even if only one introspection command was given. |
Loading…
Reference in new issue