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 2d14155 + 3ac1d0b commit 29ca0f8Copy full SHA for 29ca0f8
1 file changed
README.md
@@ -8,7 +8,7 @@ The purpose of this library is to improve type safety when using the [`System.Co
8
## Features
9
10
* Mismatches between `inputs` and `setHandler` function parameters are caught at compile time
11
-* `Input.Option` helper method avoids the need use the `System.CommandLine.Option` type directly (which conflicts with the F# `Option` type)
+* `Input.Option` helper method avoids the need to use the `System.CommandLine.Option` type directly (which conflicts with the F# `Option` type)
12
* `Input.OptionMaybe` and `Input.ArgumentMaybe` allow you to use F# `option` types in your handler function.
13
14
## Examples
0 commit comments