Home > @rushstack/ts-command-line > CommandLineAction > actionName
CommandLineAction.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:
readonly actionName: string;