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.
2 parents 73cb9c4 + 2d8380d commit ae5fdbeCopy full SHA for ae5fdbe
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