Class RemainingArgsPropertyConvention
Sets a property named RemainingArguments
or RemainingArgs
on the model type on CommandLineApplication<TModel>
to the value of Remaining
Inheritance
System.Object
RemainingArgsPropertyConvention
Implements
Namespace: McMaster.Extensions.CommandLineUtils.Conventions
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public class RemainingArgsPropertyConvention : IConvention
Methods
| Improve this Doc View SourceApply(ConventionContext)
Apply the convention.
Declaration
public virtual void Apply(ConventionContext context)
Parameters
Type | Name | Description |
---|---|---|
Convention |
context | The context in which the convention is applied. |