eclipse-zenoh / zenoh-python

Python API for zenoh
http://zenoh.io
Other
76 stars 39 forks source link

[documentation] Outdated "typical usage" example in `examples/README.md` for `z_put.py` #377

Open phantom-duck opened 1 month ago

phantom-duck commented 1 month ago

Describe the bug

In the following part of examples/README.md, the suggested command is not up to date, the syntax has changed.

https://github.com/eclipse-zenoh/zenoh-python/blob/6d4a2640a18e0f043bbb063ea639fdd26e70669d/examples/README.md?plain=1#L51-L53

To reproduce

  1. Clone repo
  2. cd into examples/
  3. Run python3 z_put.py -k demo/example/test -v 'Hello World', as suggested in the README
  4. Command fails with error: unrecognized arguments

System info