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 f1d82c7 commit 2357fa5Copy full SHA for 2357fa5
README.md
@@ -11,6 +11,7 @@ _[Click here to view the old beta 4 README](README-beta4.md)_
11
* `Input.option` helper avoids the need to use the `System.CommandLine.Option` type directly (which conflicts with the F# `Option` type)
12
* `Input.optionMaybe` and `Input.argumentMaybe` helpers allow you to use F# `option` types in your handler function.
13
* `Input.context` helper allows you to pass the `ActionContext` to your action function which is necessary for some operations.
14
+* `Input.validate` helper allows you to validate against parsed value using the F# `Result` type.
15
16
## Examples
17
0 commit comments