From 164aebe21d6ec74bb94dddd43e91a250f1ebd758 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 28 May 2026 12:42:53 +0100 Subject: [PATCH] Update commands example --- examples/41-commands.hell | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/41-commands.hell b/examples/41-commands.hell index 042a232..f79067d 100644 --- a/examples/41-commands.hell +++ b/examples/41-commands.hell @@ -29,7 +29,8 @@ cmdParser = ) main = do - let opts = Options.info (Main.cmdParser <**> Options.helper) Options.fullDesc + let opts = Options.info (Main.cmdParser <**> Options.helper) + (Options.fullDesc <> Options.header "Program is distributed AS IS, without ANY warranty claims") cmd <- Options.execParser opts case cmd of Add f -> Text.putStrLn $ "Adding " <> f