We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a534f commit ecbd4d2Copy full SHA for ecbd4d2
src/examples/writing-watchers.rst
@@ -69,3 +69,5 @@ This example will describe how to:
69
70
.. literalinclude:: client.rs
71
72
+It is recommend to follow conventions and use the `aw-watcher-<name>` naming scheme for your watcher.
73
+It is also recommended for watchers to accept a `--testing` flag and a `--port <port>` flag to allow users to specify the port to connect to.
0 commit comments