Home > @rushstack/ts-command-line > IAliasCommandLineActionOptions > aliasName
IAliasCommandLineActionOptions.aliasName property
The name of the alias. For example, if the tool is called "example", then the "build" alias might be invoked as: "example build -q --some-other-option"
Signature:
aliasName: string;