We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a404c7b commit 3fc9fc8Copy full SHA for 3fc9fc8
USAGE.md
@@ -17,6 +17,7 @@ By default it prints detailed protocol information.
17
--full Include detailed protocol data (default)
18
--simple Hide detailed protocol data
19
--sort Sort globals by interface (omit name field)
20
+--protocol, -p <name> Only show matching protocol
21
--help Show help
22
```
23
@@ -52,6 +53,12 @@ Sorted output without name field:
52
53
wayland-info-rs --sort
54
55
56
+Filter output to a single protocol:
57
+
58
+```bash
59
+wayland-info-rs -p wl_seat
60
+```
61
62
## Environment
63
64
- `WAYLAND_DISPLAY`: If not set, defaults to `wayland-0`.
0 commit comments