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