Class RemainingArgsPropertyConvention
- Namespace
- McMaster.Extensions.CommandLineUtils.Conventions
- Assembly
- McMaster.Extensions.CommandLineUtils.dll
Sets a property named RemainingArguments or RemainingArgs
on the model type on CommandLineApplication<TModel>
to the value of RemainingArguments.
public class RemainingArgsPropertyConvention : IConvention
- Inheritance
-
objectRemainingArgsPropertyConvention
- Implements
Methods
Apply(ConventionContext)
Apply the convention.
public virtual void Apply(ConventionContext context)
Parameters
contextConventionContextThe context in which the convention is applied.