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.
2 parents 7abeb56 + 70b855c commit 5c8e6f7Copy full SHA for 5c8e6f7
README.md
@@ -80,6 +80,7 @@ The new `Input` module contains functions for the underlying System.CommandLine
80
* `defFactory` assigns a default value factor to an `Option` or `Argument`
81
* `helpName` adds the name used in help output to describe the option or argument.
82
* `required` marks an `Option` as required
83
+* `recursive` when set the option is applied to the immiediate command and recursively to subcommands.
84
* `validate` allows you to return a `Result<unit, string>` for the parsed value
85
* `validateFileExists` ensures that the `FileInfo` exists
86
* `validateDirectoryExists` ensures that the `DirectoryInfo` exists
0 commit comments