aboutsummaryrefslogtreecommitdiff
path: root/hsm-command/Main.hs
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-01-14 15:58:56 -0800
committerPaul Oliver <contact@pauloliver.dev>2025-01-16 18:30:09 -0800
commit00ad7b9a1c798e611a0c0b7fcbfa5ee76c2f39c4 (patch)
treef2bcbcd0a8b2a3425b8baec668fccc62a4037ac1 /hsm-command/Main.hs
parentcc639b06c7126fac7b445d8f778455620d7f8f50 (diff)
Adds minimal documentation
Diffstat (limited to 'hsm-command/Main.hs')
-rw-r--r--hsm-command/Main.hs2
1 files changed, 2 insertions, 0 deletions
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 ->