Skip to content

Commit 2357fa5

Browse files
authored
Update README.md
1 parent f1d82c7 commit 2357fa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ _[Click here to view the old beta 4 README](README-beta4.md)_
1111
* `Input.option` helper avoids the need to use the `System.CommandLine.Option` type directly (which conflicts with the F# `Option` type)
1212
* `Input.optionMaybe` and `Input.argumentMaybe` helpers allow you to use F# `option` types in your handler function.
1313
* `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.
1415

1516
## Examples
1617

0 commit comments

Comments
 (0)