1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 03:05:22 +03:00

Documentation cleanup

This commit is contained in:
David McDonald 2022-09-17 16:11:10 -05:00
parent 368d183b73
commit 6b04f2de1c

View File

@ -34,10 +34,6 @@ $ fq '. | torepr' com.apple.UIAutomation.plist
{
"UIAutomationEnabled": true
}
### Inspect trailer
```sh
$ fq '.sections | {import: map(select(.id == "import_section").content.im.x[].nm.b), export: map(select(.id == "export_section").content.ex.x[].nm.b)}' file.wasm
```
### Authors