We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 436f198 + 5c7e03c commit db1bf65Copy full SHA for db1bf65
1 file changed
README.md
@@ -113,8 +113,7 @@ main :: IO ()
113
main = greet =<< execParser opts
114
where
115
opts = info (sample <**> helper)
116
- ( fullDesc
117
- <> progDesc "Print a greeting for TARGET"
+ ( progDesc "Print a greeting for TARGET"
118
<> header "hello - a test for optparse-applicative" )
119
120
greet :: Sample -> IO ()
0 commit comments