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.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.7
C#
public bool Recursive { get; set; }

Property Value

Boolean

See Also