Interface IConvention
Defines a convention for an instance of CommandLineApplication<TModel>.
Namespace: McMaster.Extensions.CommandLineUtils.Conventions
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public interface IConvention
Methods
| Improve this Doc View SourceApply(ConventionContext)
Apply the convention.
Declaration
void Apply(ConventionContext context)
Parameters
Type | Name | Description |
---|---|---|
ConventionContext | context | The context in which the convention is applied. |