Interface IOptionBuilder
An abstraction of option builder.
public interface IOptionBuilder
- Extension Methods
Properties
Services
The service collection.
IServiceCollection Services { get; }
Property Value
Methods
Add()
Builds a new OptionDescriptor and add it to the service collection.
ICommandBuilder Add()
Returns
- ICommandBuilder
The configured ICommandBuilder.