Home > @rushstack/ts-command-line > CommandLineAction > onExecuteAsync
CommandLineAction.onExecuteAsync() method
Your subclass should implement this hook to perform the operation.
Signature:
protected abstract onExecuteAsync(): Promise<void>;
Returns:
Promise<void>