Skip to content

Commit

Permalink
📝book: update zbus-xmlgen commands
Browse files Browse the repository at this point in the history
Update the zbus-xmlgen commands in the book to the new cli
  • Loading branch information
FineFindus committed Feb 5, 2024
1 parent ab4a9ca commit 0863445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ code.
The tool can be used to generate rust code directly from a D-Bus service running on our system:

```bash
zbus-xmlgen --session \
zbus-xmlgen session \
org.freedesktop.Notifications \
/org/freedesktop/Notifications
```
Expand Down Expand Up @@ -519,7 +519,7 @@ You should get a similar output:
Save the output to a `notify.xml` file. Then call:

```bash
zbus-xmlgen notify.xml
zbus-xmlgen file notify.xml
```

This will give back effortlessly the corresponding Rust traits boilerplate
Expand Down

0 comments on commit 0863445

Please sign in to comment.