From 9d2f95bb58f856aaf9142426e90e5783c98af8f1 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 27 Jan 2025 14:51:28 +0000 Subject: Makes doc-comments cleaner/more elegant --- hsm-command/Main.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hsm-command/Main.hs') diff --git a/hsm-command/Main.hs b/hsm-command/Main.hs index d135e53..3d06518 100644 --- a/hsm-command/Main.hs +++ b/hsm-command/Main.hs @@ -21,8 +21,9 @@ data Env = Env $(deriveFromYaml ''Env) --- Command Service: --- Reads movement commands from the terminal and publishes them through ZMQ. +-- Command Service: Reads movement commands from the user via the terminal, +-- using an interface similar to GNU Readline. The parsed commands are then +-- published through ZMQ. main :: IO () main = launch @Env "command" id $ \env logger level -> -- cgit v1.2.1