File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments