CliOptionAttributeRecursive Property
Gets or sets a value indicating whether the option is added to its immediate parent command or commands and recursively to their subcommands.
For example, --help is a recursive option.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public bool Recursive { get; set; }
Property Value
Boolean