Home > @rushstack/ts-command-line > CommandLineParameterProvider > parseScopedLongName
CommandLineParameterProvider.parseScopedLongName() method
Returns an object with the parsed scope (if present) and the long name of the parameter.
Signature:
parseScopedLongName(scopedLongName: string): IScopedLongNameParseResult;
Parameters
Parameter | Type | Description |
---|---|---|
scopedLongName | string |
Returns: