Skip to content

Commit 5c8e6f7

Browse files
authored
Merge pull request #27 from mrboring-forks/readme-recursive
Added recursive to README
2 parents 7abeb56 + 70b855c commit 5c8e6f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The new `Input` module contains functions for the underlying System.CommandLine
8080
* `defFactory` assigns a default value factor to an `Option` or `Argument`
8181
* `helpName` adds the name used in help output to describe the option or argument.
8282
* `required` marks an `Option` as required
83+
* `recursive` when set the option is applied to the immiediate command and recursively to subcommands.
8384
* `validate` allows you to return a `Result<unit, string>` for the parsed value
8485
* `validateFileExists` ensures that the `FileInfo` exists
8586
* `validateDirectoryExists` ensures that the `DirectoryInfo` exists

0 commit comments

Comments
 (0)