Skip to content

Commit 87d11d4

Browse files
authored
Update README.md
1 parent ab4bc0a commit 87d11d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ The new `Input` module contains functions for the underlying System.CommandLine
7979
* `validateFileExists` ensures that the `FileInfo` exists
8080
* `validateDirectoryExists` ensures that the `DirectoryInfo` exists
8181
* `addValidator` allows you to add a validator to the underlying `Option` or `Argument`
82+
* `customParser` allows you to parse the input tokens using a custom parser function.
83+
* `tryParse` allows you to parse the input tokens using a custom parser `Result<'T, string>` function.
8284
* `editOption` allows you to pass a function to edit the underlying `Option`
8385
* `editArgument` allows you to pass a function to edit the underlying `Argument`
8486
* `ofOption` allows you to pass a manually created `Option`

0 commit comments

Comments
 (0)