Home > @rushstack/ts-command-line > CommandLineParameterBase > shortName
CommandLineParameterBase.shortName property
An optional short name for the flag including the dash, e.g. "-d"
Signature:
get shortName(): string | undefined;
Home > @rushstack/ts-command-line > CommandLineParameterBase > shortName
An optional short name for the flag including the dash, e.g. "-d"
Signature:
get shortName(): string | undefined;