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 ab4bc0a commit 87d11d4Copy full SHA for 87d11d4
1 file changed
README.md
@@ -79,6 +79,8 @@ The new `Input` module contains functions for the underlying System.CommandLine
79
* `validateFileExists` ensures that the `FileInfo` exists
80
* `validateDirectoryExists` ensures that the `DirectoryInfo` exists
81
* `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.
84
* `editOption` allows you to pass a function to edit the underlying `Option`
85
* `editArgument` allows you to pass a function to edit the underlying `Argument`
86
* `ofOption` allows you to pass a manually created `Option`
0 commit comments