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
79
79
* ` validateFileExists ` ensures that the ` FileInfo ` exists
80
80
* ` validateDirectoryExists ` ensures that the ` DirectoryInfo ` exists
81
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.
82
84
* ` editOption ` allows you to pass a function to edit the underlying ` Option `
83
85
* ` editArgument ` allows you to pass a function to edit the underlying ` Argument `
84
86
* ` ofOption ` allows you to pass a manually created ` Option `
You can’t perform that action at this time.
0 commit comments