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