Home > @rushstack/ts-command-line > CommandLineParser > onExecuteAsync
CommandLineParser.onExecuteAsync() method
This hook allows the subclass to perform additional operations before or after the chosen action is executed.
Signature:
protected onExecuteAsync(): Promise<void>;
Returns:
Promise<void>