IUnsafeBranchConfigurator Interface
Represents an unsafe configurator for a branch.
public interface IUnsafeBranchConfigurator : IUnsafeConfigurator
- Namespace
- Spectre
.Console .Cli .Unsafe - Interfaces
Methods
-
abstract void AddExample
(string[]) - Adds an example of how to use the branch.
-
abstract void SetDescription
(string) - Sets the description of the branch.
Extension Methods
-
IConfigurator SafetyOn
() -
Converts an
IUnsafeConfigurator
to a configurator with type safety. -
IConfigurator<TSettings> SafetyOn
<TSettings> () -
Converts an
IUnsafeConfigurator
to a configurator with type safety.