Interface IConvention
- Namespace
- McMaster.Extensions.CommandLineUtils.Conventions
- Assembly
- McMaster.Extensions.CommandLineUtils.dll
Defines a convention for an instance of CommandLineApplication<TModel>.
public interface IConvention
Methods
Apply(ConventionContext)
Apply the convention.
void Apply(ConventionContext context)
Parameters
contextConventionContextThe context in which the convention is applied.