We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c3c61e + 164aebe commit ac5bf8eCopy full SHA for ac5bf8e
1 file changed
examples/41-commands.hell
@@ -29,7 +29,8 @@ cmdParser =
29
)
30
31
main = do
32
- let opts = Options.info (Main.cmdParser <**> Options.helper) Options.fullDesc
+ let opts = Options.info (Main.cmdParser <**> Options.helper)
33
+ (Options.fullDesc <> Options.header "Program is distributed AS IS, without ANY warranty claims")
34
cmd <- Options.execParser opts
35
case cmd of
36
Add f -> Text.putStrLn $ "Adding " <> f
0 commit comments