Rush StackShopBlogEvents
Skip to main content

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

PropertyModifiersTypeDescription
descriptionstringDocumentation for how the remaining arguments will be used. This will be shown when invoking the tool with "--help".