IsRequired Property
Gets a value indicating whether the argument is required.
public bool IsRequired { get; }
- Namespace
- Spectre
.Console .Cli - Containing Type
- Command
Argument Attribute - Property Type
- bool
bool
true
if the argument is required; otherwise, false
.