Home > @rushstack/ts-command-line > CommandLineRemainder > values
CommandLineRemainder.values property
Returns any remaining command line arguments after the recognized portion that was parsed from the command line.
Signature:
get values(): ReadonlyArray<string>;
Remarks
The array will be empty if the command-line has not been parsed yet.