From 00ad7b9a1c798e611a0c0b7fcbfa5ee76c2f39c4 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 14 Jan 2025 15:58:56 -0800 Subject: Adds minimal documentation --- hsm-command/Main.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hsm-command') diff --git a/hsm-command/Main.hs b/hsm-command/Main.hs index 0b24719..efcbc6e 100644 --- a/hsm-command/Main.hs +++ b/hsm-command/Main.hs @@ -21,6 +21,8 @@ data Env = Env $(deriveFromYaml ''Env) +-- Command Service: +-- Reads movement commands from the terminal and publishes them through ZMQ. main :: IO () main = launch @Env "command" id $ \env logger level -> -- cgit v1.2.1