Skip to content

Commit 612751c

Browse files
committed
docs: add recommendations for writing watchers
1 parent 731a774 commit 612751c

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)