PropagateExceptions Property
Gets or sets a value indicating whether or not exceptions should be propagated.
Setting this to true
will disable default Exception handling and
any ExceptionHandler
, if set.
bool PropagateExceptions { get; set; }
- Namespace
- Spectre
.Console .Cli - Containing Type
- ICommandAppSettings
- Property Type
- bool