We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14eb29f commit fc9a6d1Copy full SHA for fc9a6d1
README.md
@@ -81,7 +81,7 @@ data Sample = Sample
81
, enthusiasm :: Int }
82
83
sample :: Parser Sample
84
-sample = Sample
+sample = map Sample $ ({ hello:_, quiet:_, repeat:_})
85
<$> strOption
86
( long "hello"
87
<> metavar "TARGET"
0 commit comments