From 4765f70fd09ae15a8f53eee59466e297d1b1e159 Mon Sep 17 00:00:00 2001 From: Brayo Date: Wed, 10 Jul 2024 20:53:15 +0300 Subject: [PATCH] docs: add recommendations for writing watchers --- src/examples/writing-watchers.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/examples/writing-watchers.rst b/src/examples/writing-watchers.rst index 642c9f4..3613232 100644 --- a/src/examples/writing-watchers.rst +++ b/src/examples/writing-watchers.rst @@ -69,3 +69,5 @@ This example will describe how to: .. literalinclude:: client.rs +It is recommend to follow conventions and use the `aw-watcher-` naming scheme for your watcher. +It is also recommended for watchers to accept a `--testing` flag and a `--port ` flag to allow users to specify the port to connect to.