CliOptionAttribute.Recursive Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
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.
public bool Recursive { get; set; }