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 3ce158f commit 0b2ae62Copy full SHA for 0b2ae62
1 file changed
README.md
@@ -71,7 +71,7 @@ The new `Input` module contains functions for the underlying System.CommandLine
71
* `aliases` adds one or more aliases to an `Option`
72
* `desc` adds a description to an `Option` or `Argument`
73
* `defaultValue` or `def` provides a default value to an `Option` or `Argument`
74
-* `defFactor` assigns a default value factor to an `Option` or `Argument`
+* `defFactory` assigns a default value factor to an `Option` or `Argument`
75
* `required` marks an `Option` as required
76
* `validate` allows you to return a `Result<unit, string>` for the parsed value
77
* `addValidator` allows you to add a validator to the underlying `Option` or `Argument`
0 commit comments