From 70b855c6619cc8f50f09e950919c6b4a6d60fa15 Mon Sep 17 00:00:00 2001 From: mrboring Date: Wed, 30 Jul 2025 13:55:29 +0100 Subject: [PATCH] Added recursive to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23d6a3d..6b22ce5 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ The new `Input` module contains functions for the underlying System.CommandLine * `defFactory` assigns a default value factor to an `Option` or `Argument` * `helpName` adds the name used in help output to describe the option or argument. * `required` marks an `Option` as required +* `recursive` when set the option is applied to the immiediate command and recursively to subcommands. * `validate` allows you to return a `Result` for the parsed value * `validateFileExists` ensures that the `FileInfo` exists * `validateDirectoryExists` ensures that the `DirectoryInfo` exists