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