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 73cb9c4 commit 2d8380dCopy full SHA for 2d8380d
src/MoteRunner/Options.purs
@@ -15,7 +15,7 @@ type Config =
15
16
parseConfig ∷ Effect (Either String Config)
17
parseConfig = do
18
- { value } ← optlicate {} (defaultPreferences { globalOpts = parseConfig' })
+ { value } ← optlicate {} (defaultPreferences { globalOpts = parseConfig', errorOnUnrecognizedOpts = false })
19
pure $ unV (Left <<< renderErrors) Right value
20
21
parseConfig' :: Optlicative Config
0 commit comments