Home > @rushstack/ts-command-line > ICommandLineRemainderDefinition
ICommandLineRemainderDefinition interface
For use with CommandLineParameterProvider.defineCommandLineRemainder(), this interface defines a rule that captures any remaining command line arguments after the recognized portion.
Signature:
export interface ICommandLineRemainderDefinition
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
description | string | Documentation for how the remaining arguments will be used. This will be shown when invoking the tool with "--help". |