Skip to content

Commit 0b2ae62

Browse files
authored
Update README.md
1 parent 3ce158f commit 0b2ae62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The new `Input` module contains functions for the underlying System.CommandLine
7171
* `aliases` adds one or more aliases to an `Option`
7272
* `desc` adds a description to an `Option` or `Argument`
7373
* `defaultValue` or `def` provides a default value to an `Option` or `Argument`
74-
* `defFactor` assigns a default value factor to an `Option` or `Argument`
74+
* `defFactory` assigns a default value factor to an `Option` or `Argument`
7575
* `required` marks an `Option` as required
7676
* `validate` allows you to return a `Result<unit, string>` for the parsed value
7777
* `addValidator` allows you to add a validator to the underlying `Option` or `Argument`

0 commit comments

Comments
 (0)