Skip to content

Commit ecbd4d2

Browse files
authored
docs: add recommendations for writing watchers (#134)
1 parent 47a534f commit ecbd4d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/examples/writing-watchers.rst

+2
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@ This example will describe how to:
6969

7070
.. literalinclude:: client.rs
7171

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

Comments
 (0)